pub enum BackgroundSound {
Off,
Office,
}Expand description
This is the background sound in the call. Default for phone calls is ‘office’ and default for web calls is ‘off’.
Variants§
Trait Implementations§
Source§impl Clone for BackgroundSound
impl Clone for BackgroundSound
Source§fn clone(&self) -> BackgroundSound
fn clone(&self) -> BackgroundSound
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 BackgroundSound
impl Debug for BackgroundSound
Source§impl Default for BackgroundSound
impl Default for BackgroundSound
Source§fn default() -> BackgroundSound
fn default() -> BackgroundSound
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BackgroundSound
impl<'de> Deserialize<'de> for BackgroundSound
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 Hash for BackgroundSound
impl Hash for BackgroundSound
Source§impl Ord for BackgroundSound
impl Ord for BackgroundSound
Source§fn cmp(&self, other: &BackgroundSound) -> Ordering
fn cmp(&self, other: &BackgroundSound) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BackgroundSound
impl PartialEq for BackgroundSound
Source§impl PartialOrd for BackgroundSound
impl PartialOrd for BackgroundSound
Source§impl Serialize for BackgroundSound
impl Serialize for BackgroundSound
impl Copy for BackgroundSound
impl Eq for BackgroundSound
impl StructuralPartialEq for BackgroundSound
Auto Trait Implementations§
impl Freeze for BackgroundSound
impl RefUnwindSafe for BackgroundSound
impl Send for BackgroundSound
impl Sync for BackgroundSound
impl Unpin for BackgroundSound
impl UnwindSafe for BackgroundSound
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.