pub enum AlgorithmType {
Signatures,
Symmetric,
KeyExchange,
}Variants§
Trait Implementations§
Source§impl Clone for AlgorithmType
impl Clone for AlgorithmType
Source§fn clone(&self) -> AlgorithmType
fn clone(&self) -> AlgorithmType
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 AlgorithmType
impl Debug for AlgorithmType
Source§impl From<AlgorithmType> for AlgorithmType
impl From<AlgorithmType> for AlgorithmType
Source§fn from(options_type: AlgorithmType) -> Self
fn from(options_type: AlgorithmType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AlgorithmType
impl PartialEq for AlgorithmType
impl Copy for AlgorithmType
impl Eq for AlgorithmType
impl StructuralPartialEq for AlgorithmType
Auto Trait Implementations§
impl Freeze for AlgorithmType
impl RefUnwindSafe for AlgorithmType
impl Send for AlgorithmType
impl Sync for AlgorithmType
impl Unpin for AlgorithmType
impl UnsafeUnpin for AlgorithmType
impl UnwindSafe for AlgorithmType
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