pub struct EncryptMethod;Expand description
EncryptMethod (98).
Implementations§
Source§impl EncryptMethod
impl EncryptMethod
pub const NONEOTHER: i64 = 0
pub const PKCSPROPRIETARY: i64 = 1
pub const DESECBMODE: i64 = 2
pub const PKCSDESPROPRIETARY: i64 = 3
pub const PGPDESDEFUNCT: i64 = 4
pub const PGPDESMD5SEEAPPNOTEONFIXWEBSITE: i64 = 5
pub const PEMDESMD5SEEAPPNOTEONFIXWEBSITENAFORFIXMLNOTUSED: i64 = 6
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EncryptMethod
impl RefUnwindSafe for EncryptMethod
impl Send for EncryptMethod
impl Sync for EncryptMethod
impl Unpin for EncryptMethod
impl UnsafeUnpin for EncryptMethod
impl UnwindSafe for EncryptMethod
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