pub struct NamedStructDef {
pub identifier: LocalTypeIdentifierWithOptionalTypeVariables,
pub struct_type: AnonymousStructType,
}
Fields§
§identifier: LocalTypeIdentifierWithOptionalTypeVariables
§struct_type: AnonymousStructType
Trait Implementations§
Source§impl Clone for NamedStructDef
impl Clone for NamedStructDef
Source§fn clone(&self) -> NamedStructDef
fn clone(&self) -> NamedStructDef
Returns a copy 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 NamedStructDef
impl RefUnwindSafe for NamedStructDef
impl Send for NamedStructDef
impl Sync for NamedStructDef
impl Unpin for NamedStructDef
impl UnwindSafe for NamedStructDef
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