pub struct CipherAlgorithms(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for CipherAlgorithms
impl Clone for CipherAlgorithms
Source§fn clone(&self) -> CipherAlgorithms
fn clone(&self) -> CipherAlgorithms
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 CipherAlgorithms
impl Debug for CipherAlgorithms
Source§impl From<CipherAlgorithms> for u16
impl From<CipherAlgorithms> for u16
Source§fn from(val: CipherAlgorithms) -> u16
fn from(val: CipherAlgorithms) -> u16
Converts to this type from the input type.
Source§impl From<u16> for CipherAlgorithms
impl From<u16> for CipherAlgorithms
Source§fn from(val: u16) -> CipherAlgorithms
fn from(val: u16) -> CipherAlgorithms
Converts to this type from the input type.
Source§impl Ord for CipherAlgorithms
impl Ord for CipherAlgorithms
Source§fn cmp(&self, other: &CipherAlgorithms) -> Ordering
fn cmp(&self, other: &CipherAlgorithms) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CipherAlgorithms
impl PartialEq for CipherAlgorithms
Source§impl PartialOrd for CipherAlgorithms
impl PartialOrd for CipherAlgorithms
impl Copy for CipherAlgorithms
impl Eq for CipherAlgorithms
impl StructuralPartialEq for CipherAlgorithms
Auto Trait Implementations§
impl Freeze for CipherAlgorithms
impl RefUnwindSafe for CipherAlgorithms
impl Send for CipherAlgorithms
impl Sync for CipherAlgorithms
impl Unpin for CipherAlgorithms
impl UnwindSafe for CipherAlgorithms
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