pub struct Slice { /* private fields */ }Expand description
A byte slice with MANUALLY HANDLE the lifetime
Implementations§
Trait Implementations§
Source§impl Ord for Slice
impl Ord for Slice
Source§impl PartialOrd for Slice
impl PartialOrd for Slice
impl Eq for Slice
impl Send for Slice
impl Sync for Slice
Auto Trait Implementations§
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