Enum StrSimError
enum StrSimError
Variants
-
DifferentLengthArgs
Implementations
impl Debug for StrSimError
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Display for StrSimError
fn fmt(self: &Self, fmt: &mut Formatter<'_>) -> Result<(), Error>
impl Error for StrSimError
impl Freeze for StrSimError
impl PartialEq for StrSimError
fn eq(self: &Self, other: &StrSimError) -> bool
impl RefUnwindSafe for StrSimError
impl Send for StrSimError
impl StructuralPartialEq for StrSimError
impl Sync for StrSimError
impl Unpin for StrSimError
impl UnsafeUnpin for StrSimError
impl UnwindSafe for StrSimError
impl<T> Any for StrSimError
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for StrSimError
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for StrSimError
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for StrSimError
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToString for StrSimError
fn to_string(self: &Self) -> String
impl<T, U> Into for StrSimError
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for StrSimError
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for StrSimError
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>