enum LabeledSuiteId {
Hpke(HpkeSuite),
Kem(HpkeKem),
}
Expand description
LabeledSuiteId describes the possible suite ID values for use with labeled_extract_for_expand and labeled_expand.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LabeledSuiteId
impl Clone for LabeledSuiteId
Source§fn clone(&self) -> LabeledSuiteId
fn clone(&self) -> LabeledSuiteId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LabeledSuiteId
impl Debug for LabeledSuiteId
impl Copy for LabeledSuiteId
Auto Trait Implementations§
impl Freeze for LabeledSuiteId
impl RefUnwindSafe for LabeledSuiteId
impl Send for LabeledSuiteId
impl Sync for LabeledSuiteId
impl Unpin for LabeledSuiteId
impl UnwindSafe for LabeledSuiteId
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