Struct bonsaidb::core::document::InvalidHexadecimal   
pub struct InvalidHexadecimal;Expand description
An invalid hexadecimal character was encountered.
Trait Implementations§
§impl Debug for InvalidHexadecimal
 
impl Debug for InvalidHexadecimal
§impl Display for InvalidHexadecimal
 
impl Display for InvalidHexadecimal
§impl Error for InvalidHexadecimal
 
impl Error for InvalidHexadecimal
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
 
fn source(&self) -> Option<&(dyn Error + 'static)>
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()
§impl From<InvalidHexadecimal> for Error
 
impl From<InvalidHexadecimal> for Error
§fn from(err: InvalidHexadecimal) -> Error
 
fn from(err: InvalidHexadecimal) -> Error
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for InvalidHexadecimal
impl Send for InvalidHexadecimal
impl Sync for InvalidHexadecimal
impl Unpin for InvalidHexadecimal
impl UnwindSafe for InvalidHexadecimal
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
    T: 'a,
 
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
    T: 'a,
 
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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