pub enum AqcPsks {
Bidi(AqcBidiPsks),
Uni(AqcUniPsks),
}Expand description
An injective mapping of PSKs to cipher suites for a single bidirectional or unidirectional channel.
Variants§
Bidi(AqcBidiPsks)
Uni(AqcUniPsks)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AqcPsks
impl<'de> Deserialize<'de> for AqcPsks
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl IntoIterator for AqcPsks
impl IntoIterator for AqcPsks
Auto Trait Implementations§
impl Freeze for AqcPsks
impl RefUnwindSafe for AqcPsks
impl Send for AqcPsks
impl Sync for AqcPsks
impl Unpin for AqcPsks
impl UnwindSafe for AqcPsks
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