Struct ruma_common::events::call::AnswerSessionDescription
source · pub struct AnswerSessionDescription {
pub sdp: String,
}Available on crate feature
events only.Expand description
A VoIP answer session description.
Fields§
§sdp: StringThe SDP text of the session description.
Implementations§
Trait Implementations§
source§impl Clone for AnswerSessionDescription
impl Clone for AnswerSessionDescription
source§fn clone(&self) -> AnswerSessionDescription
fn clone(&self) -> AnswerSessionDescription
Returns a copy 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 AnswerSessionDescription
impl Debug for AnswerSessionDescription
source§impl<'de> Deserialize<'de> for AnswerSessionDescription
impl<'de> Deserialize<'de> for AnswerSessionDescription
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