pub struct SumObj {
pub param: String,
pub start: Box<Obj>,
pub end: Box<Obj>,
pub body: Box<Obj>,
}Fields§
§param: String§start: Box<Obj>§end: Box<Obj>§body: Box<Obj>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SumObj
impl RefUnwindSafe for SumObj
impl !Send for SumObj
impl !Sync for SumObj
impl Unpin for SumObj
impl UnsafeUnpin for SumObj
impl UnwindSafe for SumObj
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