pub struct FnObj {
pub head: Box<FnObjHead>,
pub body: Vec<Vec<Box<Obj>>>,
}Fields§
§head: Box<FnObjHead>§body: Vec<Vec<Box<Obj>>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FnObj
impl RefUnwindSafe for FnObj
impl !Send for FnObj
impl !Sync for FnObj
impl Unpin for FnObj
impl UnsafeUnpin for FnObj
impl UnwindSafe for FnObj
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