pub enum StrSimError {
DifferentLengthArgs,
}
Variants§
DifferentLengthArgs
Trait Implementations§
Source§impl Debug for StrSimError
impl Debug for StrSimError
Source§impl PartialEq for StrSimError
impl PartialEq for StrSimError
impl StructuralPartialEq for StrSimError
Auto Trait Implementations§
impl Freeze for StrSimError
impl RefUnwindSafe for StrSimError
impl Send for StrSimError
impl Sync for StrSimError
impl Unpin for StrSimError
impl UnwindSafe for StrSimError
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