pub struct ControlEnvelope {
pub properties: Value,
}Fields§
§properties: ValueTrait Implementations§
Source§impl Clone for ControlEnvelope
impl Clone for ControlEnvelope
Source§fn clone(&self) -> ControlEnvelope
fn clone(&self) -> ControlEnvelope
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ControlEnvelope
impl Debug for ControlEnvelope
Source§impl<'de> Deserialize<'de> for ControlEnvelope
impl<'de> Deserialize<'de> for ControlEnvelope
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 PartialEq for ControlEnvelope
impl PartialEq for ControlEnvelope
Source§impl Serialize for ControlEnvelope
impl Serialize for ControlEnvelope
Source§impl TryFrom<&CallAnswer> for ControlEnvelope
impl TryFrom<&CallAnswer> for ControlEnvelope
Source§type Error = CodecError
type Error = CodecError
The type returned in the event of a conversion error.
Source§impl TryFrom<&CallEnd> for ControlEnvelope
impl TryFrom<&CallEnd> for ControlEnvelope
Source§impl TryFrom<&CallOffer> for ControlEnvelope
impl TryFrom<&CallOffer> for ControlEnvelope
Source§impl TryFrom<&CallStats> for ControlEnvelope
impl TryFrom<&CallStats> for ControlEnvelope
Source§impl TryFrom<&CallTransportUpdate> for ControlEnvelope
impl TryFrom<&CallTransportUpdate> for ControlEnvelope
Source§type Error = CodecError
type Error = CodecError
The type returned in the event of a conversion error.
Source§impl TryFrom<&ControlEnvelope> for CallAnswer
impl TryFrom<&ControlEnvelope> for CallAnswer
Source§type Error = CodecError
type Error = CodecError
The type returned in the event of a conversion error.
Source§impl TryFrom<&ControlEnvelope> for CallEnd
impl TryFrom<&ControlEnvelope> for CallEnd
Source§type Error = CodecError
type Error = CodecError
The type returned in the event of a conversion error.
Source§impl TryFrom<&ControlEnvelope> for CallOffer
impl TryFrom<&ControlEnvelope> for CallOffer
Source§type Error = CodecError
type Error = CodecError
The type returned in the event of a conversion error.
Source§impl TryFrom<&ControlEnvelope> for CallStats
impl TryFrom<&ControlEnvelope> for CallStats
Source§type Error = CodecError
type Error = CodecError
The type returned in the event of a conversion error.
Source§impl TryFrom<&ControlEnvelope> for CallTransportUpdate
impl TryFrom<&ControlEnvelope> for CallTransportUpdate
Source§type Error = CodecError
type Error = CodecError
The type returned in the event of a conversion error.
Source§impl TryFrom<CallAnswer> for ControlEnvelope
impl TryFrom<CallAnswer> for ControlEnvelope
Source§type Error = CodecError
type Error = CodecError
The type returned in the event of a conversion error.
Source§impl TryFrom<CallEnd> for ControlEnvelope
impl TryFrom<CallEnd> for ControlEnvelope
Source§impl TryFrom<CallOffer> for ControlEnvelope
impl TryFrom<CallOffer> for ControlEnvelope
Source§impl TryFrom<CallStats> for ControlEnvelope
impl TryFrom<CallStats> for ControlEnvelope
Source§impl TryFrom<CallTransportUpdate> for ControlEnvelope
impl TryFrom<CallTransportUpdate> for ControlEnvelope
Source§type Error = CodecError
type Error = CodecError
The type returned in the event of a conversion error.
impl Eq for ControlEnvelope
impl StructuralPartialEq for ControlEnvelope
Auto Trait Implementations§
impl Freeze for ControlEnvelope
impl RefUnwindSafe for ControlEnvelope
impl Send for ControlEnvelope
impl Sync for ControlEnvelope
impl Unpin for ControlEnvelope
impl UnwindSafe for ControlEnvelope
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