Struct gear_core::str::LimitedStrTryFromError
source · 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 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