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