pub enum CryptFilterMethod {
None,
V2,
AESV2,
AESV3,
}Expand description
Crypt filter method
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CryptFilterMethod
impl Clone for CryptFilterMethod
Source§fn clone(&self) -> CryptFilterMethod
fn clone(&self) -> CryptFilterMethod
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 CryptFilterMethod
impl Debug for CryptFilterMethod
Source§impl PartialEq for CryptFilterMethod
impl PartialEq for CryptFilterMethod
impl Copy for CryptFilterMethod
impl StructuralPartialEq for CryptFilterMethod
Auto Trait Implementations§
impl Freeze for CryptFilterMethod
impl RefUnwindSafe for CryptFilterMethod
impl Send for CryptFilterMethod
impl Sync for CryptFilterMethod
impl Unpin for CryptFilterMethod
impl UnwindSafe for CryptFilterMethod
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