Struct zoom_api::types::SipAccounts
source · pub struct SipAccounts {
pub authorization_id: String,
pub outbound_proxy: String,
pub password: String,
pub secondary_outbound_proxy: String,
pub shared_line: Option<SharedLine>,
pub sip_domain: String,
pub user_name: String,
}Fields
User’s first name.
outbound_proxy: StringUser’s first name.
password: StringUser’s first name.
secondary_outbound_proxy: StringUser’s first name.
Return additional provisioning information with generic device SIP credentials.
sip_domain: StringUser’s first name.
user_name: StringUser’s first name.
Trait Implementations
sourceimpl Clone for SipAccounts
impl Clone for SipAccounts
sourcefn clone(&self) -> SipAccounts
fn clone(&self) -> SipAccounts
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 SipAccounts
impl Debug for SipAccounts
sourceimpl<'de> Deserialize<'de> for SipAccounts
impl<'de> Deserialize<'de> for SipAccounts
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 SipAccounts
impl JsonSchema for SipAccounts
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<SipAccounts> for SipAccounts
impl PartialEq<SipAccounts> for SipAccounts
sourcefn eq(&self, other: &SipAccounts) -> bool
fn eq(&self, other: &SipAccounts) -> bool
sourceimpl Serialize for SipAccounts
impl Serialize for SipAccounts
impl StructuralPartialEq for SipAccounts
Auto Trait Implementations
impl RefUnwindSafe for SipAccounts
impl Send for SipAccounts
impl Sync for SipAccounts
impl Unpin for SipAccounts
impl UnwindSafe for SipAccounts
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