Struct zoom_api::types::ConnectOperator
source · pub struct ConnectOperator {
pub enable: bool,
pub id: String,
pub type_: Option<GetSettingTemplateResponseUserSettingsCallHandlingBusinessHoursConnectOperatorType>,
}Expand description
Allow callers to press Zero to reach an operator or press One to leave a message, or allow neither of these options.
Fields
enable: boolAllow callers to press Zero to reach an operator or press One to leave a message, or allow neither of these options.
id: StringAllow callers to press Zero to reach an operator or press One to leave a message, or allow neither of these options.
type_: Option<GetSettingTemplateResponseUserSettingsCallHandlingBusinessHoursConnectOperatorType>Allow callers to press Zero to reach an operator or press One to leave a message, or allow neither of these options.
Trait Implementations
sourceimpl Clone for ConnectOperator
impl Clone for ConnectOperator
sourcefn clone(&self) -> ConnectOperator
fn clone(&self) -> ConnectOperator
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 ConnectOperator
impl Debug for ConnectOperator
sourceimpl<'de> Deserialize<'de> for ConnectOperator
impl<'de> Deserialize<'de> for ConnectOperator
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 ConnectOperator
impl JsonSchema for ConnectOperator
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<ConnectOperator> for ConnectOperator
impl PartialEq<ConnectOperator> for ConnectOperator
sourcefn eq(&self, other: &ConnectOperator) -> bool
fn eq(&self, other: &ConnectOperator) -> bool
sourceimpl Serialize for ConnectOperator
impl Serialize for ConnectOperator
impl StructuralPartialEq for ConnectOperator
Auto Trait Implementations
impl RefUnwindSafe for ConnectOperator
impl Send for ConnectOperator
impl Sync for ConnectOperator
impl Unpin for ConnectOperator
impl UnwindSafe for ConnectOperator
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