pub struct InvalidIdentity(/* private fields */);Expand description
A rendered identity that is not a valid one.
Trait Implementations§
Source§impl Clone for InvalidIdentity
impl Clone for InvalidIdentity
Source§fn clone(&self) -> InvalidIdentity
fn clone(&self) -> InvalidIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InvalidIdentity
impl Debug for InvalidIdentity
Source§impl Display for InvalidIdentity
impl Display for InvalidIdentity
impl Eq for InvalidIdentity
Source§impl Error for InvalidIdentity
impl Error for InvalidIdentity
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 PartialEq for InvalidIdentity
impl PartialEq for InvalidIdentity
impl StructuralPartialEq for InvalidIdentity
Auto Trait Implementations§
impl Freeze for InvalidIdentity
impl RefUnwindSafe for InvalidIdentity
impl Send for InvalidIdentity
impl Sync for InvalidIdentity
impl Unpin for InvalidIdentity
impl UnsafeUnpin for InvalidIdentity
impl UnwindSafe for InvalidIdentity
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