pub enum GroupSecretOutput {
None,
Secret(GroupSecret),
Bundle(SecretBundleState),
}Expand description
Secret encryption keys we’ve learned about after processing a member’s control message.
Variants§
Trait Implementations§
Source§impl Debug for GroupSecretOutput
impl Debug for GroupSecretOutput
Source§impl PartialEq for GroupSecretOutput
impl PartialEq for GroupSecretOutput
impl Eq for GroupSecretOutput
impl StructuralPartialEq for GroupSecretOutput
Auto Trait Implementations§
impl Freeze for GroupSecretOutput
impl RefUnwindSafe for GroupSecretOutput
impl Send for GroupSecretOutput
impl Sync for GroupSecretOutput
impl Unpin for GroupSecretOutput
impl UnwindSafe for GroupSecretOutput
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