pub struct CapabilityIntersection {
pub audio: Option<CodecInfo>,
pub video: Option<CodecInfo>,
pub dtmf_method: Option<DtmfMethod>,
pub messaging_enabled: bool,
}Fields§
§audio: Option<CodecInfo>§video: Option<CodecInfo>§dtmf_method: Option<DtmfMethod>§messaging_enabled: boolTrait Implementations§
Source§impl Clone for CapabilityIntersection
impl Clone for CapabilityIntersection
Source§fn clone(&self) -> CapabilityIntersection
fn clone(&self) -> CapabilityIntersection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CapabilityIntersection
impl Debug for CapabilityIntersection
Source§impl Default for CapabilityIntersection
impl Default for CapabilityIntersection
Source§fn default() -> CapabilityIntersection
fn default() -> CapabilityIntersection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CapabilityIntersection
impl<'de> Deserialize<'de> for CapabilityIntersection
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<CapabilityIntersection, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<CapabilityIntersection, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for CapabilityIntersection
impl Serialize for CapabilityIntersection
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for CapabilityIntersection
impl RefUnwindSafe for CapabilityIntersection
impl Send for CapabilityIntersection
impl Sync for CapabilityIntersection
impl Unpin for CapabilityIntersection
impl UnsafeUnpin for CapabilityIntersection
impl UnwindSafe for CapabilityIntersection
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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