pub enum RsaPadding {
RSA_PKCS1_PADDING,
RSA_PKCS1_PSS_PADDING,
}
Variants§
Trait Implementations§
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