Struct noise::error::IncompleteHandshake
source · pub struct IncompleteHandshake;
Trait Implementations§
source§impl Clone for IncompleteHandshake
impl Clone for IncompleteHandshake
source§fn clone(&self) -> IncompleteHandshake
fn clone(&self) -> IncompleteHandshake
Returns a copy 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 IncompleteHandshake
impl Debug for IncompleteHandshake
source§impl Display for IncompleteHandshake
impl Display for IncompleteHandshake
source§impl Error for IncompleteHandshake
impl Error for IncompleteHandshake
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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<IncompleteHandshake> for String
impl From<IncompleteHandshake> for String
source§fn from(err: IncompleteHandshake) -> Self
fn from(err: IncompleteHandshake) -> Self
Converts to this type from the input type.
source§impl Hash for IncompleteHandshake
impl Hash for IncompleteHandshake
source§impl PartialEq for IncompleteHandshake
impl PartialEq for IncompleteHandshake
source§fn eq(&self, other: &IncompleteHandshake) -> bool
fn eq(&self, other: &IncompleteHandshake) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IncompleteHandshake
impl Eq for IncompleteHandshake
impl StructuralPartialEq for IncompleteHandshake
Auto Trait Implementations§
impl Freeze for IncompleteHandshake
impl RefUnwindSafe for IncompleteHandshake
impl Send for IncompleteHandshake
impl Sync for IncompleteHandshake
impl Unpin for IncompleteHandshake
impl UnwindSafe for IncompleteHandshake
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