Struct win_crypto_ng::asymmetric::builder::KeyBitsGt1024Lte3072
source · pub struct KeyBitsGt1024Lte3072 {}
Expand description
Key size in bits has to be in the (1024, 3072] range.
Trait Implementations§
impl KeyConstraint for KeyBitsGt1024Lte3072
Auto Trait Implementations§
impl RefUnwindSafe for KeyBitsGt1024Lte3072
impl Send for KeyBitsGt1024Lte3072
impl Sync for KeyBitsGt1024Lte3072
impl Unpin for KeyBitsGt1024Lte3072
impl UnwindSafe for KeyBitsGt1024Lte3072
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