pub enum EndPointEncryption {
PLAINTEXT,
}
Variants§
PLAINTEXT
Trait Implementations§
Source§impl Clone for EndPointEncryption
impl Clone for EndPointEncryption
Source§fn clone(&self) -> EndPointEncryption
fn clone(&self) -> EndPointEncryption
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 EndPointEncryption
impl Debug for EndPointEncryption
Source§impl Default for EndPointEncryption
impl Default for EndPointEncryption
Source§impl Display for EndPointEncryption
impl Display for EndPointEncryption
Source§impl PartialEq for EndPointEncryption
impl PartialEq for EndPointEncryption
impl StructuralPartialEq for EndPointEncryption
Auto Trait Implementations§
impl Freeze for EndPointEncryption
impl RefUnwindSafe for EndPointEncryption
impl Send for EndPointEncryption
impl Sync for EndPointEncryption
impl Unpin for EndPointEncryption
impl UnwindSafe for EndPointEncryption
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