pub struct LimitedStrError;Expand description
The error type returned when a conversion from &str to LimitedStr fails.
Implementations§
Trait Implementations§
Source§impl Clone for LimitedStrError
impl Clone for LimitedStrError
Source§fn clone(&self) -> LimitedStrError
fn clone(&self) -> LimitedStrError
Returns a duplicate 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 LimitedStrError
impl Debug for LimitedStrError
Source§impl Default for LimitedStrError
impl Default for LimitedStrError
Source§fn default() -> LimitedStrError
fn default() -> LimitedStrError
Returns the “default value” for a type. Read more
Source§impl Display for LimitedStrError
impl Display for LimitedStrError
Source§impl Hash for LimitedStrError
impl Hash for LimitedStrError
Source§impl Ord for LimitedStrError
impl Ord for LimitedStrError
Source§fn cmp(&self, other: &LimitedStrError) -> Ordering
fn cmp(&self, other: &LimitedStrError) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LimitedStrError
impl PartialEq for LimitedStrError
Source§impl PartialOrd for LimitedStrError
impl PartialOrd for LimitedStrError
impl Copy for LimitedStrError
impl Eq for LimitedStrError
impl StructuralPartialEq for LimitedStrError
Auto Trait Implementations§
impl Freeze for LimitedStrError
impl RefUnwindSafe for LimitedStrError
impl Send for LimitedStrError
impl Sync for LimitedStrError
impl Unpin for LimitedStrError
impl UnwindSafe for LimitedStrError
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