#[non_exhaustive]pub struct NodeToNodeEncryptionOptions { /* private fields */ }
Expand description
Specifies the node-to-node encryption options.
Implementations
sourceimpl NodeToNodeEncryptionOptions
impl NodeToNodeEncryptionOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NodeToNodeEncryptionOptions
.
Trait Implementations
sourceimpl Clone for NodeToNodeEncryptionOptions
impl Clone for NodeToNodeEncryptionOptions
sourcefn clone(&self) -> NodeToNodeEncryptionOptions
fn clone(&self) -> NodeToNodeEncryptionOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for NodeToNodeEncryptionOptions
impl Debug for NodeToNodeEncryptionOptions
sourceimpl PartialEq<NodeToNodeEncryptionOptions> for NodeToNodeEncryptionOptions
impl PartialEq<NodeToNodeEncryptionOptions> for NodeToNodeEncryptionOptions
sourcefn eq(&self, other: &NodeToNodeEncryptionOptions) -> bool
fn eq(&self, other: &NodeToNodeEncryptionOptions) -> bool
impl StructuralPartialEq for NodeToNodeEncryptionOptions
Auto Trait Implementations
impl RefUnwindSafe for NodeToNodeEncryptionOptions
impl Send for NodeToNodeEncryptionOptions
impl Sync for NodeToNodeEncryptionOptions
impl Unpin for NodeToNodeEncryptionOptions
impl UnwindSafe for NodeToNodeEncryptionOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more