pub struct NoServerIdentity;Expand description
Error returned by the marker provider, which has no identity.
Trait Implementations§
Source§impl Clone for NoServerIdentity
impl Clone for NoServerIdentity
Source§fn clone(&self) -> NoServerIdentity
fn clone(&self) -> NoServerIdentity
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 moreimpl Copy for NoServerIdentity
Source§impl Debug for NoServerIdentity
impl Debug for NoServerIdentity
Source§impl Display for NoServerIdentity
impl Display for NoServerIdentity
impl Eq for NoServerIdentity
Source§impl Error for NoServerIdentity
impl Error for NoServerIdentity
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 NoServerIdentity
impl PartialEq for NoServerIdentity
impl StructuralPartialEq for NoServerIdentity
Auto Trait Implementations§
impl Freeze for NoServerIdentity
impl RefUnwindSafe for NoServerIdentity
impl Send for NoServerIdentity
impl Sync for NoServerIdentity
impl Unpin for NoServerIdentity
impl UnsafeUnpin for NoServerIdentity
impl UnwindSafe for NoServerIdentity
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§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