pub struct InvalidExtendedTypeError { /* private fields */ }Trait Implementations§
Source§impl Clone for InvalidExtendedTypeError
impl Clone for InvalidExtendedTypeError
Source§fn clone(&self) -> InvalidExtendedTypeError
fn clone(&self) -> InvalidExtendedTypeError
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 InvalidExtendedTypeError
impl Debug for InvalidExtendedTypeError
Source§impl Display for InvalidExtendedTypeError
impl Display for InvalidExtendedTypeError
Source§impl Error for InvalidExtendedTypeError
impl Error for InvalidExtendedTypeError
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 From<InvalidExtendedTypeError> for ExtendedTypeParseError
impl From<InvalidExtendedTypeError> for ExtendedTypeParseError
Source§fn from(cause: InvalidExtendedTypeError) -> Self
fn from(cause: InvalidExtendedTypeError) -> Self
Converts to this type from the input type.
impl Copy for InvalidExtendedTypeError
Auto Trait Implementations§
impl Freeze for InvalidExtendedTypeError
impl RefUnwindSafe for InvalidExtendedTypeError
impl Send for InvalidExtendedTypeError
impl Sync for InvalidExtendedTypeError
impl Unpin for InvalidExtendedTypeError
impl UnwindSafe for InvalidExtendedTypeError
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