pub enum RemoveLastError {
Io(Error),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemoveLastError
impl !RefUnwindSafe for RemoveLastError
impl Send for RemoveLastError
impl Sync for RemoveLastError
impl Unpin for RemoveLastError
impl !UnwindSafe for RemoveLastError
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