pub enum MatchRejectReason {
LegacyPeerVsProtection,
}Expand description
Warum das Matching ein Reject ist.
Variants§
LegacyPeerVsProtection
Einer der Peers hat eine Protection-Anforderung, aber kein
EndpointSecurityInfo geliefert → als Legacy interpretiert —
Match nur bei beidseitigem None zulaessig.
Trait Implementations§
Source§impl Clone for MatchRejectReason
impl Clone for MatchRejectReason
Source§fn clone(&self) -> MatchRejectReason
fn clone(&self) -> MatchRejectReason
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 moreSource§impl Debug for MatchRejectReason
impl Debug for MatchRejectReason
Source§impl PartialEq for MatchRejectReason
impl PartialEq for MatchRejectReason
Source§fn eq(&self, other: &MatchRejectReason) -> bool
fn eq(&self, other: &MatchRejectReason) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MatchRejectReason
impl Eq for MatchRejectReason
impl StructuralPartialEq for MatchRejectReason
Auto Trait Implementations§
impl Freeze for MatchRejectReason
impl RefUnwindSafe for MatchRejectReason
impl Send for MatchRejectReason
impl Sync for MatchRejectReason
impl Unpin for MatchRejectReason
impl UnsafeUnpin for MatchRejectReason
impl UnwindSafe for MatchRejectReason
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