pub struct KeyBitsGte512Lte1024 {}
Expand description
Key size in bits has to be in the [512, 1024] range.
Trait Implementations§
impl KeyConstraint for KeyBitsGte512Lte1024
Auto Trait Implementations§
impl Freeze for KeyBitsGte512Lte1024
impl RefUnwindSafe for KeyBitsGte512Lte1024
impl Send for KeyBitsGte512Lte1024
impl Sync for KeyBitsGte512Lte1024
impl Unpin for KeyBitsGte512Lte1024
impl UnwindSafe for KeyBitsGte512Lte1024
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