pub enum SliceLike {}Expand description
Marker for Slices or DSTs whose last field is a slice.
See core::slice.
Trait Implementations§
impl MetadataKind for SliceLike
Auto Trait Implementations§
impl Freeze for SliceLike
impl RefUnwindSafe for SliceLike
impl Send for SliceLike
impl Sync for SliceLike
impl Unpin for SliceLike
impl UnsafeUnpin for SliceLike
impl UnwindSafe for SliceLike
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