Struct darling_core::util::Ignored [−][src]
An efficient way of discarding data from a syntax element.
All syntax elements will be successfully read into
the Ignored
struct, with all properties discarded.
Trait Implementations
impl Clone for Ignored
[src][+]
impl Copy for Ignored
[src]
impl Debug for Ignored
[src][+]
impl Default for Ignored
[src][+]
impl Eq for Ignored
[src]
impl FromDeriveInput for Ignored
[src][+]
impl FromField for Ignored
[src][+]
impl FromGenericParam for Ignored
[src][+]
impl FromGenerics for Ignored
[src][+]
impl FromMeta for Ignored
[src][+]
impl FromTypeParam for Ignored
[src][+]
impl FromVariant for Ignored
[src][+]
impl Hash for Ignored
[src][+]
impl PartialEq<Ignored> for Ignored
[src][+]
impl StructuralEq for Ignored
[src]
impl StructuralPartialEq for Ignored
[src]
impl UsesLifetimes for Ignored
[src][+]
impl UsesTypeParams for Ignored
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for Ignored
impl Send for Ignored
impl Sync for Ignored
impl Unpin for Ignored
impl UnwindSafe for Ignored
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>,