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]
fn from_derive_input(_: &DeriveInput) -> Result<Self>
[src]
impl FromField for Ignored
[src]
fn from_field(_: &Field) -> Result<Self>
[src]
impl FromGenericParam for Ignored
[src]
fn from_generic_param(_: &GenericParam) -> Result<Self>
[src]
impl FromGenerics for Ignored
[src]
fn from_generics(_: &Generics) -> Result<Self>
[src]
impl FromMeta for Ignored
[src]
fn from_meta(_: &Meta) -> Result<Self>
[src]
fn from_nested_meta(item: &NestedMeta) -> Result<Self>
[src]
fn from_word() -> Result<Self>
[src]
fn from_list(items: &[NestedMeta]) -> Result<Self>
[src]
fn from_value(value: &Lit) -> Result<Self>
[src]
fn from_char(value: char) -> Result<Self>
[src]
fn from_string(value: &str) -> Result<Self>
[src]
fn from_bool(value: bool) -> Result<Self>
[src]
impl FromTypeParam for Ignored
[src]
fn from_type_param(_: &TypeParam) -> Result<Self>
[src]
impl FromVariant for Ignored
[src]
fn from_variant(_: &Variant) -> Result<Self>
[src]
impl Hash for Ignored
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<Ignored> for Ignored
[src]
fn eq(&self, other: &Ignored) -> bool
[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl StructuralEq for Ignored
[src]
impl StructuralPartialEq for Ignored
[src]
impl UsesLifetimes for Ignored
[src]
fn uses_lifetimes<'a>(
&self,
_opts: &Options,
_: &'a LifetimeSet
) -> LifetimeRefSet<'a>
[src]
&self,
_opts: &Options,
_: &'a LifetimeSet
) -> LifetimeRefSet<'a>
fn uses_lifetimes_cloned(
&self,
options: &Options,
lifetimes: &LifetimeSet
) -> LifetimeSet
[src]
&self,
options: &Options,
lifetimes: &LifetimeSet
) -> LifetimeSet
impl UsesTypeParams for Ignored
[src]
fn uses_type_params<'a>(
&self,
_opts: &Options,
_: &'a IdentSet
) -> IdentRefSet<'a>
[src]
&self,
_opts: &Options,
_: &'a IdentSet
) -> IdentRefSet<'a>
fn uses_type_params_cloned(
&self,
options: &Options,
type_set: &IdentSet
) -> IdentSet
[src]
&self,
options: &Options,
type_set: &IdentSet
) -> IdentSet
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,
pub fn borrow_mut(&mut self) -> &mut T
[src]
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,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,