pub struct ParticipantSecurityKeyEstablishmentAlgorithmInfo {
pub shared_secret: AlgorithmRequirements,
}Expand description
Spec §7.3.12 — key-establishment algorithm info per participant.
Fields§
Shared-secret algorithms (DH/ECDH).
Implementations§
Source§impl ParticipantSecurityKeyEstablishmentAlgorithmInfo
impl ParticipantSecurityKeyEstablishmentAlgorithmInfo
Sourcepub fn spec_default() -> Self
pub fn spec_default() -> Self
Spec default.
Trait Implementations§
Source§impl Clone for ParticipantSecurityKeyEstablishmentAlgorithmInfo
impl Clone for ParticipantSecurityKeyEstablishmentAlgorithmInfo
Source§fn clone(&self) -> ParticipantSecurityKeyEstablishmentAlgorithmInfo
fn clone(&self) -> ParticipantSecurityKeyEstablishmentAlgorithmInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ParticipantSecurityKeyEstablishmentAlgorithmInfo
impl Eq for ParticipantSecurityKeyEstablishmentAlgorithmInfo
impl StructuralPartialEq for ParticipantSecurityKeyEstablishmentAlgorithmInfo
Auto Trait Implementations§
impl Freeze for ParticipantSecurityKeyEstablishmentAlgorithmInfo
impl RefUnwindSafe for ParticipantSecurityKeyEstablishmentAlgorithmInfo
impl Send for ParticipantSecurityKeyEstablishmentAlgorithmInfo
impl Sync for ParticipantSecurityKeyEstablishmentAlgorithmInfo
impl Unpin for ParticipantSecurityKeyEstablishmentAlgorithmInfo
impl UnsafeUnpin for ParticipantSecurityKeyEstablishmentAlgorithmInfo
impl UnwindSafe for ParticipantSecurityKeyEstablishmentAlgorithmInfo
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