pub struct C8StrError(/* private fields */);Expand description
Common error type for most of this crate
Trait Implementations§
Source§impl Clone for C8StrError
impl Clone for C8StrError
Source§fn clone(&self) -> C8StrError
fn clone(&self) -> C8StrError
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 C8StrError
impl Debug for C8StrError
Source§impl Display for C8StrError
impl Display for C8StrError
Source§impl Error for C8StrError
Available on crate feature std only.
impl Error for C8StrError
Available on crate feature
std only.1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl Hash for C8StrError
impl Hash for C8StrError
Source§impl Ord for C8StrError
impl Ord for C8StrError
Source§fn cmp(&self, other: &C8StrError) -> Ordering
fn cmp(&self, other: &C8StrError) -> 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 C8StrError
impl PartialEq for C8StrError
Source§impl PartialOrd for C8StrError
impl PartialOrd for C8StrError
impl Copy for C8StrError
impl Eq for C8StrError
impl StructuralPartialEq for C8StrError
Auto Trait Implementations§
impl Freeze for C8StrError
impl RefUnwindSafe for C8StrError
impl Send for C8StrError
impl Sync for C8StrError
impl Unpin for C8StrError
impl UnwindSafe for C8StrError
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