pub struct BoxRaws<X: BoxRaw>(pub X);
Tuple Fields§
§0: X
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<X> Freeze for BoxRaws<X>where
X: Freeze,
impl<X> RefUnwindSafe for BoxRaws<X>where
X: RefUnwindSafe,
impl<X> Send for BoxRaws<X>where
X: Send,
impl<X> Sync for BoxRaws<X>where
X: Sync,
impl<X> Unpin for BoxRaws<X>where
X: Unpin,
impl<X> UnwindSafe for BoxRaws<X>where
X: UnwindSafe,
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