pub struct QueuedPskProposal<'a> { /* private fields */ }Expand description
A queued PresharedKey proposal
Implementations§
Source§impl QueuedPskProposal<'_>
 
impl QueuedPskProposal<'_>
Sourcepub fn psk_proposal(&self) -> &PreSharedKeyProposal
 
pub fn psk_proposal(&self) -> &PreSharedKeyProposal
Returns a reference to the proposal
Trait Implementations§
Source§impl<'a> Debug for QueuedPskProposal<'a>
 
impl<'a> Debug for QueuedPskProposal<'a>
Source§impl<'a> PartialEq for QueuedPskProposal<'a>
 
impl<'a> PartialEq for QueuedPskProposal<'a>
impl<'a> Eq for QueuedPskProposal<'a>
impl<'a> StructuralPartialEq for QueuedPskProposal<'a>
Auto Trait Implementations§
impl<'a> Freeze for QueuedPskProposal<'a>
impl<'a> RefUnwindSafe for QueuedPskProposal<'a>
impl<'a> Send for QueuedPskProposal<'a>
impl<'a> Sync for QueuedPskProposal<'a>
impl<'a> Unpin for QueuedPskProposal<'a>
impl<'a> UnwindSafe for QueuedPskProposal<'a>
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
Source§impl<T> IntoEither for T
 
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
 
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more