pub enum SetTransportIdentityError {
UnknownIdentity,
AlreadyConfigured,
}Variants§
Trait Implementations§
Source§impl Clone for SetTransportIdentityError
impl Clone for SetTransportIdentityError
Source§fn clone(&self) -> SetTransportIdentityError
fn clone(&self) -> SetTransportIdentityError
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 SetTransportIdentityError
Source§impl Debug for SetTransportIdentityError
impl Debug for SetTransportIdentityError
impl Eq for SetTransportIdentityError
impl StructuralPartialEq for SetTransportIdentityError
Auto Trait Implementations§
impl Freeze for SetTransportIdentityError
impl RefUnwindSafe for SetTransportIdentityError
impl Send for SetTransportIdentityError
impl Sync for SetTransportIdentityError
impl Unpin for SetTransportIdentityError
impl UnsafeUnpin for SetTransportIdentityError
impl UnwindSafe for SetTransportIdentityError
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