pub struct SliceDetail { /* private fields */ }
Expand description
A Slice represents a slice type.
Implementations§
Source§impl SliceDetail
impl SliceDetail
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SliceDetail
impl RefUnwindSafe for SliceDetail
impl Send for SliceDetail
impl Sync for SliceDetail
impl Unpin for SliceDetail
impl UnwindSafe for SliceDetail
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