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