pub struct NamedStructDef {
pub identifier: LocalTypeIdentifier,
pub struct_type: AnonymousStructType,
}
Fields§
§identifier: LocalTypeIdentifier
§struct_type: AnonymousStructType
Trait Implementations§
Auto 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