pub struct EndOfSlice(_);
Expand description
An error indicating the end of a slice.
Trait Implementations
sourceimpl Debug for EndOfSlice
impl Debug for EndOfSlice
Auto Trait Implementations
impl RefUnwindSafe for EndOfSlice
impl Send for EndOfSlice
impl Sync for EndOfSlice
impl Unpin for EndOfSlice
impl UnwindSafe for EndOfSlice
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more