pub enum DiscoveryEnvelopeSecurity {
Plaintext,
NetworkEncrypted,
}Variants§
Trait Implementations§
Source§impl Clone for DiscoveryEnvelopeSecurity
impl Clone for DiscoveryEnvelopeSecurity
Source§fn clone(&self) -> DiscoveryEnvelopeSecurity
fn clone(&self) -> DiscoveryEnvelopeSecurity
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 DiscoveryEnvelopeSecurity
Source§impl Debug for DiscoveryEnvelopeSecurity
impl Debug for DiscoveryEnvelopeSecurity
impl Eq for DiscoveryEnvelopeSecurity
impl StructuralPartialEq for DiscoveryEnvelopeSecurity
Auto Trait Implementations§
impl Freeze for DiscoveryEnvelopeSecurity
impl RefUnwindSafe for DiscoveryEnvelopeSecurity
impl Send for DiscoveryEnvelopeSecurity
impl Sync for DiscoveryEnvelopeSecurity
impl Unpin for DiscoveryEnvelopeSecurity
impl UnsafeUnpin for DiscoveryEnvelopeSecurity
impl UnwindSafe for DiscoveryEnvelopeSecurity
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