pub struct RemoveError;
Expand description
Error type for Vec::remove
.
Trait Implementations§
Source§impl Debug for RemoveError
impl Debug for RemoveError
Source§impl From<RemoveError> for Error
impl From<RemoveError> for Error
Source§fn from(_: RemoveError) -> Error
fn from(_: RemoveError) -> Error
Converts to this type from the input type.
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