Expand description
Shows media_ids used in this MediaConnection
Fields
video_id: Option<MediaId>
audio_id: Option<MediaId>
Trait Implementations
sourceimpl Clone for AnswerResponseParams
impl Clone for AnswerResponseParams
sourcefn clone(&self) -> AnswerResponseParams
fn clone(&self) -> AnswerResponseParams
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AnswerResponseParams
impl Debug for AnswerResponseParams
sourceimpl<'de> Deserialize<'de> for AnswerResponseParams
impl<'de> Deserialize<'de> for AnswerResponseParams
sourcefn 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
sourceimpl PartialEq<AnswerResponseParams> for AnswerResponseParams
impl PartialEq<AnswerResponseParams> for AnswerResponseParams
sourcefn eq(&self, other: &AnswerResponseParams) -> bool
fn eq(&self, other: &AnswerResponseParams) -> bool
sourceimpl Serialize for AnswerResponseParams
impl Serialize for AnswerResponseParams
impl StructuralPartialEq for AnswerResponseParams
Auto Trait Implementations
impl RefUnwindSafe for AnswerResponseParams
impl Send for AnswerResponseParams
impl Sync for AnswerResponseParams
impl Unpin for AnswerResponseParams
impl UnwindSafe for AnswerResponseParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more