pub struct SBox<T> {
pub b: Box<T>,
}
Fields§
§b: Box<T>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for SBox<T>
impl<T> RefUnwindSafe for SBox<T>where
T: RefUnwindSafe,
impl<T> Sync for SBox<T>where
T: Sync,
impl<T> Unpin for SBox<T>
impl<T> UnwindSafe for SBox<T>where
T: 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