pub struct FlatBox { /* private fields */ }
Expand description
A Box without any knowledge of its underlying type.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FlatBox
impl !Send for FlatBox
impl !Sync for FlatBox
impl Unpin for FlatBox
impl UnwindSafe for FlatBox
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