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