pub enum RpfEncryption {
None,
Open,
Aes,
Ng,
Tfit,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RpfEncryption
impl Clone for RpfEncryption
Source§fn clone(&self) -> RpfEncryption
fn clone(&self) -> RpfEncryption
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 RpfEncryption
impl Debug for RpfEncryption
Source§impl PartialEq for RpfEncryption
impl PartialEq for RpfEncryption
impl Copy for RpfEncryption
impl Eq for RpfEncryption
impl StructuralPartialEq for RpfEncryption
Auto Trait Implementations§
impl Freeze for RpfEncryption
impl RefUnwindSafe for RpfEncryption
impl Send for RpfEncryption
impl Sync for RpfEncryption
impl Unpin for RpfEncryption
impl UnsafeUnpin for RpfEncryption
impl UnwindSafe for RpfEncryption
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