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