pub struct ParticipantSecurityKeyEstablishmentAlgorithmInfo {
pub shared_secret: AlgorithmRequirements,
}Expand description
Spec §7.3.12 — Key-Establishment-Algorithm-Info pro Participant.
Fields§
Shared-Secret-Algorithmen (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 moreSource§impl PartialEq for ParticipantSecurityKeyEstablishmentAlgorithmInfo
impl PartialEq for ParticipantSecurityKeyEstablishmentAlgorithmInfo
Source§fn eq(&self, other: &ParticipantSecurityKeyEstablishmentAlgorithmInfo) -> bool
fn eq(&self, other: &ParticipantSecurityKeyEstablishmentAlgorithmInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl 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