Enum tx5_core::wire::FwdInnerV1
source · pub enum FwdInnerV1 {
Offer {
seq: f64,
offer: Value,
},
Answer {
seq: f64,
answer: Value,
},
Ice {
seq: f64,
ice: Value,
},
}Expand description
The internal message that is encrypted and forwarded between clients.
Variants§
Implementations§
Trait Implementations§
source§impl Debug for FwdInnerV1
impl Debug for FwdInnerV1
source§impl<'de> Deserialize<'de> for FwdInnerV1
impl<'de> Deserialize<'de> for FwdInnerV1
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
Auto Trait Implementations§
impl RefUnwindSafe for FwdInnerV1
impl Send for FwdInnerV1
impl Sync for FwdInnerV1
impl Unpin for FwdInnerV1
impl UnwindSafe for FwdInnerV1
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