pub enum GroupCallVideoQuality {
Thumbnail,
Medium,
Full,
}
Variants§
Thumbnail
The worst available video quality
Medium
The medium video quality
Full
The best available video quality
Trait Implementations§
Source§impl Clone for GroupCallVideoQuality
impl Clone for GroupCallVideoQuality
Source§fn clone(&self) -> GroupCallVideoQuality
fn clone(&self) -> GroupCallVideoQuality
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 GroupCallVideoQuality
impl Debug for GroupCallVideoQuality
Source§impl<'de> Deserialize<'de> for GroupCallVideoQuality
impl<'de> Deserialize<'de> for GroupCallVideoQuality
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 GroupCallVideoQuality
impl PartialEq for GroupCallVideoQuality
Source§impl Serialize for GroupCallVideoQuality
impl Serialize for GroupCallVideoQuality
impl StructuralPartialEq for GroupCallVideoQuality
Auto Trait Implementations§
impl Freeze for GroupCallVideoQuality
impl RefUnwindSafe for GroupCallVideoQuality
impl Send for GroupCallVideoQuality
impl Sync for GroupCallVideoQuality
impl Unpin for GroupCallVideoQuality
impl UnwindSafe for GroupCallVideoQuality
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