#[repr(u8)]pub enum Rsa4k {
VALUE_0 = 0,
VALUE_1 = 1,
VALUE_2 = 2,
VALUE_3 = 3,
}Variants§
VALUE_0 = 0
Allow RSA2048 and higher
VALUE_1 = 1
RSA4096 only
VALUE_2 = 2
RSA4096 only
VALUE_3 = 3
RSA4096 only
Implementations§
Trait Implementations§
Source§impl Ord for Rsa4k
impl Ord for Rsa4k
Source§impl PartialOrd for Rsa4k
impl PartialOrd for Rsa4k
impl Copy for Rsa4k
impl Eq for Rsa4k
impl StructuralPartialEq for Rsa4k
Auto Trait Implementations§
impl Freeze for Rsa4k
impl RefUnwindSafe for Rsa4k
impl Send for Rsa4k
impl Sync for Rsa4k
impl Unpin for Rsa4k
impl UnwindSafe for Rsa4k
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