pub enum ObjBody {
MemberList(Vec<Member>),
ObjComp(ObjComp),
}Variants§
Trait Implementations§
Source§impl Trace for ObjBody
impl Trace for ObjBody
Source§fn finalize_glue(&self)
fn finalize_glue(&self)
Runs Finalize::finalize() on this object and all
contained subobjects
impl StructuralPartialEq for ObjBody
Auto Trait Implementations§
impl Freeze for ObjBody
impl RefUnwindSafe for ObjBody
impl !Send for ObjBody
impl !Sync for ObjBody
impl Unpin for ObjBody
impl UnwindSafe for ObjBody
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