pub(crate) enum NegotiationRejection {
Ignored,
ProtocolError,
}Variants§
Trait Implementations§
Source§impl Clone for NegotiationRejection
impl Clone for NegotiationRejection
Source§fn clone(&self) -> NegotiationRejection
fn clone(&self) -> NegotiationRejection
Returns a duplicate 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 NegotiationRejection
impl Debug for NegotiationRejection
Source§impl PartialEq for NegotiationRejection
impl PartialEq for NegotiationRejection
impl Copy for NegotiationRejection
impl Eq for NegotiationRejection
impl StructuralPartialEq for NegotiationRejection
Auto Trait Implementations§
impl Freeze for NegotiationRejection
impl RefUnwindSafe for NegotiationRejection
impl Send for NegotiationRejection
impl Sync for NegotiationRejection
impl Unpin for NegotiationRejection
impl UnsafeUnpin for NegotiationRejection
impl UnwindSafe for NegotiationRejection
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