Struct darling::util::Ignored [−][src]
pub struct Ignored;
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 FromDeriveInput for Ignored
[src]
impl FromDeriveInput for Ignored
[src]pub fn from_derive_input(&DeriveInput) -> Result<Ignored, Error>
[src]
impl FromGenericParam for Ignored
[src]
impl FromGenericParam for Ignored
[src]pub fn from_generic_param(&GenericParam) -> Result<Ignored, Error>
[src]
impl FromGenerics for Ignored
[src]
impl FromGenerics for Ignored
[src]impl FromMeta for Ignored
[src]
impl FromMeta for Ignored
[src]pub fn from_meta(&Meta) -> Result<Ignored, Error>
[src]
pub fn from_nested_meta(item: &NestedMeta) -> Result<Self, Error>
[src]
pub fn from_word() -> Result<Self, Error>
[src]
pub fn from_list(items: &[NestedMeta]) -> Result<Self, Error>
[src]
pub fn from_value(value: &Lit) -> Result<Self, Error>
[src]
pub fn from_char(value: char) -> Result<Self, Error>
[src]
pub fn from_string(value: &str) -> Result<Self, Error>
[src]
pub fn from_bool(value: bool) -> Result<Self, Error>
[src]
impl FromTypeParam for Ignored
[src]
impl FromTypeParam for Ignored
[src]impl FromVariant for Ignored
[src]
impl FromVariant for Ignored
[src]impl UsesLifetimes for Ignored
[src]
impl UsesLifetimes for Ignored
[src]pub fn uses_lifetimes(
&self,
_opts: &Options,
&'a HashSet<Lifetime, BuildHasherDefault<FnvHasher>>
) -> HashSet<&'a Lifetime, BuildHasherDefault<FnvHasher>>
[src]
&self,
_opts: &Options,
&'a HashSet<Lifetime, BuildHasherDefault<FnvHasher>>
) -> HashSet<&'a Lifetime, BuildHasherDefault<FnvHasher>>
pub fn uses_lifetimes_cloned(
&self,
options: &Options,
lifetimes: &HashSet<Lifetime, BuildHasherDefault<FnvHasher>>
) -> HashSet<Lifetime, BuildHasherDefault<FnvHasher>>
[src]
&self,
options: &Options,
lifetimes: &HashSet<Lifetime, BuildHasherDefault<FnvHasher>>
) -> HashSet<Lifetime, BuildHasherDefault<FnvHasher>>
impl UsesTypeParams for Ignored
[src]
impl UsesTypeParams for Ignored
[src]pub fn uses_type_params(
&self,
_opts: &Options,
&'a HashSet<Ident, BuildHasherDefault<FnvHasher>>
) -> HashSet<&'a Ident, BuildHasherDefault<FnvHasher>>
[src]
&self,
_opts: &Options,
&'a HashSet<Ident, BuildHasherDefault<FnvHasher>>
) -> HashSet<&'a Ident, BuildHasherDefault<FnvHasher>>
pub fn uses_type_params_cloned(
&self,
options: &Options,
type_set: &HashSet<Ident, BuildHasherDefault<FnvHasher>>
) -> HashSet<Ident, BuildHasherDefault<FnvHasher>>
[src]
&self,
options: &Options,
type_set: &HashSet<Ident, BuildHasherDefault<FnvHasher>>
) -> HashSet<Ident, BuildHasherDefault<FnvHasher>>