pub struct StructObj {
pub meta: GosMetadata,
pub fields: Vec<GosValue>,
}
Fields§
§meta: GosMetadata
§fields: Vec<GosValue>
Implementations§
Trait Implementations§
impl Eq for StructObj
Auto Trait Implementations§
impl Freeze for StructObj
impl !RefUnwindSafe for StructObj
impl !Send for StructObj
impl !Sync for StructObj
impl Unpin 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