pub struct StructObj {
pub name: IdentifierOrIdentifierWithMod,
pub args: Vec<Obj>,
}Expand description
Instantiated struct type: struct name followed by argument objects (field types / indices).
Fields§
§name: IdentifierOrIdentifierWithMod§args: Vec<Obj>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StructObj
impl RefUnwindSafe for StructObj
impl !Send for StructObj
impl !Sync for StructObj
impl Unpin for StructObj
impl UnsafeUnpin for StructObj
impl UnwindSafe for StructObj
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