pub enum RsaPadding {
Pkcs1,
OaepSha1,
OaepSha256,
Pkcs1Pss,
}Variants§
Trait Implementations§
Source§impl Clone for RsaPadding
impl Clone for RsaPadding
Source§fn clone(&self) -> RsaPadding
fn clone(&self) -> RsaPadding
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 RsaPadding
impl Debug for RsaPadding
Source§impl Into<Padding> for RsaPadding
impl Into<Padding> for RsaPadding
Source§impl PartialEq for RsaPadding
impl PartialEq for RsaPadding
impl Copy for RsaPadding
impl StructuralPartialEq for RsaPadding
Auto Trait Implementations§
impl Freeze for RsaPadding
impl RefUnwindSafe for RsaPadding
impl Send for RsaPadding
impl Sync for RsaPadding
impl Unpin for RsaPadding
impl UnwindSafe for RsaPadding
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