Enum zoom_api::types::ReportMeetingsType
source · pub enum ReportMeetingsType {
Past,
PastOne,
FallthroughString,
}Expand description
The meeting types: past - Past meetings.pastOne - Past one user meetings.
Variants
Past
PastOne
FallthroughString
Trait Implementations
sourceimpl Clone for ReportMeetingsType
impl Clone for ReportMeetingsType
sourcefn clone(&self) -> ReportMeetingsType
fn clone(&self) -> ReportMeetingsType
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 ReportMeetingsType
impl Debug for ReportMeetingsType
sourceimpl Default for ReportMeetingsType
impl Default for ReportMeetingsType
sourcefn default() -> ReportMeetingsType
fn default() -> ReportMeetingsType
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ReportMeetingsType
impl<'de> Deserialize<'de> for ReportMeetingsType
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 ReportMeetingsType
impl Display for ReportMeetingsType
sourceimpl JsonSchema for ReportMeetingsType
impl JsonSchema for ReportMeetingsType
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<ReportMeetingsType> for ReportMeetingsType
impl PartialEq<ReportMeetingsType> for ReportMeetingsType
sourcefn eq(&self, other: &ReportMeetingsType) -> bool
fn eq(&self, other: &ReportMeetingsType) -> bool
sourceimpl Serialize for ReportMeetingsType
impl Serialize for ReportMeetingsType
impl StructuralPartialEq for ReportMeetingsType
Auto Trait Implementations
impl RefUnwindSafe for ReportMeetingsType
impl Send for ReportMeetingsType
impl Sync for ReportMeetingsType
impl Unpin for ReportMeetingsType
impl UnwindSafe for ReportMeetingsType
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