pub struct LeafStructDef {
pub type_name: Ident,
pub kind: String,
}Fields§
§type_name: Ident§kind: StringTrait Implementations§
Source§impl Clone for LeafStructDef
impl Clone for LeafStructDef
Source§fn clone(&self) -> LeafStructDef
fn clone(&self) -> LeafStructDef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LeafStructDef
impl RefUnwindSafe for LeafStructDef
impl !Send for LeafStructDef
impl !Sync for LeafStructDef
impl Unpin for LeafStructDef
impl UnsafeUnpin for LeafStructDef
impl UnwindSafe for LeafStructDef
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