pub struct LimitedStrTryFromError;
Expand description
The error type returned when a conversion from &str
to LimitedStr
fails.
Trait Implementations§
Source§impl Clone for LimitedStrTryFromError
impl Clone for LimitedStrTryFromError
Source§fn clone(&self) -> LimitedStrTryFromError
fn clone(&self) -> LimitedStrTryFromError
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 LimitedStrTryFromError
impl Debug for LimitedStrTryFromError
Auto Trait Implementations§
impl Freeze for LimitedStrTryFromError
impl RefUnwindSafe for LimitedStrTryFromError
impl Send for LimitedStrTryFromError
impl Sync for LimitedStrTryFromError
impl Unpin for LimitedStrTryFromError
impl UnwindSafe for LimitedStrTryFromError
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