pub struct RemLenError;
Trait Implementations§
Source§impl Clone for RemLenError
impl Clone for RemLenError
Source§fn clone(&self) -> RemLenError
fn clone(&self) -> RemLenError
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RemLenError
impl Debug for RemLenError
impl Copy for RemLenError
Auto Trait Implementations§
impl Freeze for RemLenError
impl RefUnwindSafe for RemLenError
impl Send for RemLenError
impl Sync for RemLenError
impl Unpin for RemLenError
impl UnwindSafe for RemLenError
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