Struct rust_tdlib::types::GroupCallVideoQualityFull
source · [−]pub struct GroupCallVideoQualityFull { /* private fields */ }Expand description
The best available video quality
Implementations
Trait Implementations
sourceimpl AsRef<GroupCallVideoQualityFull> for GroupCallVideoQualityFull
impl AsRef<GroupCallVideoQualityFull> for GroupCallVideoQualityFull
sourcefn as_ref(&self) -> &GroupCallVideoQualityFull
fn as_ref(&self) -> &GroupCallVideoQualityFull
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for GroupCallVideoQualityFull
impl Clone for GroupCallVideoQualityFull
sourcefn clone(&self) -> GroupCallVideoQualityFull
fn clone(&self) -> GroupCallVideoQualityFull
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 more
sourceimpl Debug for GroupCallVideoQualityFull
impl Debug for GroupCallVideoQualityFull
sourceimpl Default for GroupCallVideoQualityFull
impl Default for GroupCallVideoQualityFull
sourcefn default() -> GroupCallVideoQualityFull
fn default() -> GroupCallVideoQualityFull
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GroupCallVideoQualityFull
impl<'de> Deserialize<'de> for GroupCallVideoQualityFull
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 Serialize for GroupCallVideoQualityFull
impl Serialize for GroupCallVideoQualityFull
impl TDGroupCallVideoQuality for GroupCallVideoQualityFull
Auto Trait Implementations
impl RefUnwindSafe for GroupCallVideoQualityFull
impl Send for GroupCallVideoQualityFull
impl Sync for GroupCallVideoQualityFull
impl Unpin for GroupCallVideoQualityFull
impl UnwindSafe for GroupCallVideoQualityFull
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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