pub struct GenericsDecl(pub Vec<GenericDecl>);Tuple Fields§
§0: Vec<GenericDecl>Trait Implementations§
Source§impl Clone for GenericsDecl
impl Clone for GenericsDecl
Source§fn clone(&self) -> GenericsDecl
fn clone(&self) -> GenericsDecl
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GenericsDecl
impl Debug for GenericsDecl
Source§impl Default for GenericsDecl
impl Default for GenericsDecl
Source§fn default() -> GenericsDecl
fn default() -> GenericsDecl
Returns the “default value” for a type. Read more
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.
Source§impl Serialize for GenericsDecl
impl Serialize for GenericsDecl
Auto Trait Implementations§
impl Freeze for GenericsDecl
impl RefUnwindSafe for GenericsDecl
impl Send for GenericsDecl
impl Sync for GenericsDecl
impl Unpin for GenericsDecl
impl UnsafeUnpin for GenericsDecl
impl UnwindSafe for GenericsDecl
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