Enum tinystr::TinyStrError
source · [−]Variants
TooLarge
ContainsNull
NonAscii
Trait Implementations
sourceimpl Debug for TinyStrError
impl Debug for TinyStrError
sourceimpl Display for TinyStrError
impl Display for TinyStrError
sourceimpl PartialEq<TinyStrError> for TinyStrError
impl PartialEq<TinyStrError> for TinyStrError
sourcefn eq(&self, other: &TinyStrError) -> bool
fn eq(&self, other: &TinyStrError) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &TinyStrError) -> bool
fn ne(&self, other: &TinyStrError) -> bool
This method tests for !=
.
impl Eq for TinyStrError
impl StructuralEq for TinyStrError
impl StructuralPartialEq for TinyStrError
Auto Trait Implementations
impl RefUnwindSafe for TinyStrError
impl Send for TinyStrError
impl Sync for TinyStrError
impl Unpin for TinyStrError
impl UnwindSafe for TinyStrError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more