pub struct GroupType(/* private fields */);Implementations§
Source§impl GroupType
impl GroupType
pub const X25519: GroupType
pub const X25519MLKEM768: GroupType
pub const Secp256r1: GroupType
pub const Secp384r1: GroupType
pub const Secp521r1: GroupType
pub fn new(v: u16) -> GroupType
pub fn into_inner(self) -> u16
pub fn as_u16(&self) -> u16
pub fn is_reserved(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GroupType
impl RefUnwindSafe for GroupType
impl Send for GroupType
impl Sync for GroupType
impl Unpin for GroupType
impl UnsafeUnpin for GroupType
impl UnwindSafe for GroupType
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