Struct zoom_api::types::AddCommonAreaPhoneRequest
source · pub struct AddCommonAreaPhoneRequest {
pub description: String,
pub display_name: String,
pub extension_number: i64,
pub mac_address: String,
pub model: String,
pub provision_template_id: String,
pub site_id: String,
pub time_zone: String,
pub type_: String,
}Fields
description: StringUser’s first name.
display_name: StringUser’s first name.
extension_number: i64Account seats.
mac_address: StringUser’s first name.
model: StringUser’s first name.
provision_template_id: StringUser’s first name.
site_id: StringUser’s first name.
time_zone: StringUser’s first name.
type_: StringUser’s first name.
Trait Implementations
sourceimpl Clone for AddCommonAreaPhoneRequest
impl Clone for AddCommonAreaPhoneRequest
sourcefn clone(&self) -> AddCommonAreaPhoneRequest
fn clone(&self) -> AddCommonAreaPhoneRequest
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 AddCommonAreaPhoneRequest
impl Debug for AddCommonAreaPhoneRequest
sourceimpl<'de> Deserialize<'de> for AddCommonAreaPhoneRequest
impl<'de> Deserialize<'de> for AddCommonAreaPhoneRequest
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 JsonSchema for AddCommonAreaPhoneRequest
impl JsonSchema for AddCommonAreaPhoneRequest
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<AddCommonAreaPhoneRequest> for AddCommonAreaPhoneRequest
impl PartialEq<AddCommonAreaPhoneRequest> for AddCommonAreaPhoneRequest
sourcefn eq(&self, other: &AddCommonAreaPhoneRequest) -> bool
fn eq(&self, other: &AddCommonAreaPhoneRequest) -> bool
sourceimpl Serialize for AddCommonAreaPhoneRequest
impl Serialize for AddCommonAreaPhoneRequest
impl StructuralPartialEq for AddCommonAreaPhoneRequest
Auto Trait Implementations
impl RefUnwindSafe for AddCommonAreaPhoneRequest
impl Send for AddCommonAreaPhoneRequest
impl Sync for AddCommonAreaPhoneRequest
impl Unpin for AddCommonAreaPhoneRequest
impl UnwindSafe for AddCommonAreaPhoneRequest
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