pub struct Generics(pub Vec<Generic>);Tuple Fields§
§0: Vec<Generic>Trait Implementations§
impl Eq for Generics
Source§impl From<GenericsDecl> for Generics
impl From<GenericsDecl> for Generics
Source§fn from(value: GenericsDecl) -> Self
fn from(value: GenericsDecl) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for Generics
Auto Trait Implementations§
impl Freeze for Generics
impl RefUnwindSafe for Generics
impl Send for Generics
impl Sync for Generics
impl Unpin for Generics
impl UnsafeUnpin for Generics
impl UnwindSafe for Generics
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more