pub struct BoxedSlice { /* private fields */ }Expand description
Boxed/heap-ful storage
Implementations§
Trait Implementations§
Source§impl Storage for BoxedSlice
Available on crate feature alloc only.
impl Storage for BoxedSlice
Available on crate feature
alloc only.impl Sync for BoxedSlice
Available on crate feature
alloc only.Auto Trait Implementations§
impl Freeze for BoxedSlice
impl !RefUnwindSafe for BoxedSlice
impl Send for BoxedSlice
impl Unpin for BoxedSlice
impl UnsafeUnpin for BoxedSlice
impl UnwindSafe for BoxedSlice
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