Enum zoom_api::types::AudioQuality
source · pub enum AudioQuality {
Bad,
Fair,
Good,
Poor,
Noop,
FallthroughString,
}Expand description
Audio quality of the participant.
Variants
Bad
Fair
Good
Poor
Noop
FallthroughString
Implementations
sourceimpl AudioQuality
impl AudioQuality
Trait Implementations
sourceimpl Clone for AudioQuality
impl Clone for AudioQuality
sourcefn clone(&self) -> AudioQuality
fn clone(&self) -> AudioQuality
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 AudioQuality
impl Debug for AudioQuality
sourceimpl Default for AudioQuality
impl Default for AudioQuality
sourcefn default() -> AudioQuality
fn default() -> AudioQuality
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AudioQuality
impl<'de> Deserialize<'de> for AudioQuality
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 Display for AudioQuality
impl Display for AudioQuality
sourceimpl JsonSchema for AudioQuality
impl JsonSchema for AudioQuality
sourcefn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
sourcefn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref keyword. Read moresourceimpl PartialEq<AudioQuality> for AudioQuality
impl PartialEq<AudioQuality> for AudioQuality
sourcefn eq(&self, other: &AudioQuality) -> bool
fn eq(&self, other: &AudioQuality) -> bool
sourceimpl Serialize for AudioQuality
impl Serialize for AudioQuality
impl StructuralPartialEq for AudioQuality
Auto Trait Implementations
impl RefUnwindSafe for AudioQuality
impl Send for AudioQuality
impl Sync for AudioQuality
impl Unpin for AudioQuality
impl UnwindSafe for AudioQuality
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