pub enum DiscoveryRejectionKind {
UnauthorizedSource,
BlackholedIdentity,
MalformedEnvelope,
Decryption,
StampBelowCost,
MalformedAdvertisement,
InvalidReachableOn,
}Variants§
BlackholedIdentity
MalformedEnvelope
Decryption
StampBelowCost
MalformedAdvertisement
InvalidReachableOn
Trait Implementations§
Source§impl Clone for DiscoveryRejectionKind
impl Clone for DiscoveryRejectionKind
Source§fn clone(&self) -> DiscoveryRejectionKind
fn clone(&self) -> DiscoveryRejectionKind
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 DiscoveryRejectionKind
Source§impl Debug for DiscoveryRejectionKind
impl Debug for DiscoveryRejectionKind
impl Eq for DiscoveryRejectionKind
Source§impl PartialEq for DiscoveryRejectionKind
impl PartialEq for DiscoveryRejectionKind
impl StructuralPartialEq for DiscoveryRejectionKind
Auto Trait Implementations§
impl Freeze for DiscoveryRejectionKind
impl RefUnwindSafe for DiscoveryRejectionKind
impl Send for DiscoveryRejectionKind
impl Sync for DiscoveryRejectionKind
impl Unpin for DiscoveryRejectionKind
impl UnsafeUnpin for DiscoveryRejectionKind
impl UnwindSafe for DiscoveryRejectionKind
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