pub struct MismatchConnectionToken(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Debug for MismatchConnectionToken
impl Debug for MismatchConnectionToken
Source§impl Display for MismatchConnectionToken
impl Display for MismatchConnectionToken
Source§impl From<MismatchConnectionToken> for AnyError
impl From<MismatchConnectionToken> for AnyError
Source§fn from(e: MismatchConnectionToken) -> AnyError
fn from(e: MismatchConnectionToken) -> AnyError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MismatchConnectionToken
impl RefUnwindSafe for MismatchConnectionToken
impl Send for MismatchConnectionToken
impl Sync for MismatchConnectionToken
impl Unpin for MismatchConnectionToken
impl UnwindSafe for MismatchConnectionToken
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