[−][src]Struct weedle::term::Static
Represents the terminal symbol static
Trait Implementations
impl Clone for Static
[src][+]
impl Copy for Static
[src]
impl Debug for Static
[src][+]
impl Default for Static
[src][+]
impl Eq for Static
[src]
impl From<Static> for StringifierOrInheritOrStatic
[src][+]
impl From<Static> for StringifierOrStatic
[src][+]
impl Hash for Static
[src][+]
impl Ord for Static
[src][+]
impl<'a> Parse<'a> for Static
[src][+]
impl PartialEq<Static> for Static
[src][+]
impl PartialOrd<Static> for Static
[src][+]
impl StructuralEq for Static
[src]
impl StructuralPartialEq for Static
[src]
Auto Trait Implementations
impl RefUnwindSafe for Static
impl Send for Static
impl Sync for Static
impl Unpin for Static
impl UnwindSafe for Static
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,