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