Struct darling_core::ast::Generics [−][src]
A mirror of the syn::Generics
type which can contain arbitrary representations
of params and where clauses.
Fields
params: Vec<P>
where_clause: Option<W>
Implementations
impl<P, W> Generics<P, W>
[src]
pub fn type_params<'a>(&'a self) -> TypeParams<'a, P>
[src]
Trait Implementations
impl<P: Clone, W: Clone> Clone for Generics<P, W>
[src]
impl<P: Debug, W: Debug> Debug for Generics<P, W>
[src]
impl<P: Eq, W: Eq> Eq for Generics<P, W>
[src]
impl<P: FromGenericParam> FromGenerics for Generics<P>
[src]
fn from_generics(generics: &Generics) -> Result<Self>
[src]
impl<P: PartialEq, W: PartialEq> PartialEq<Generics<P, W>> for Generics<P, W>
[src]
impl<P, W> StructuralEq for Generics<P, W>
[src]
impl<P, W> StructuralPartialEq for Generics<P, W>
[src]
Auto Trait Implementations
impl<P, W> RefUnwindSafe for Generics<P, W> where
P: RefUnwindSafe,
W: RefUnwindSafe,
P: RefUnwindSafe,
W: RefUnwindSafe,
impl<P, W> Send for Generics<P, W> where
P: Send,
W: Send,
P: Send,
W: Send,
impl<P, W> Sync for Generics<P, W> where
P: Sync,
W: Sync,
P: Sync,
W: Sync,
impl<P, W> Unpin for Generics<P, W> where
P: Unpin,
W: Unpin,
P: Unpin,
W: Unpin,
impl<P, W> UnwindSafe for Generics<P, W> where
P: UnwindSafe,
W: UnwindSafe,
P: UnwindSafe,
W: UnwindSafe,
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>,