Struct zoom_api::types::LineSubscription [−][src]
pub struct LineSubscription {
pub display_name: String,
pub extension_number: i64,
pub phone_number: String,
}Expand description
Line subscription.
Fields
display_name: StringLine subscription.
extension_number: i64Line subscription.
phone_number: StringLine subscription.
Trait Implementations
fn 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
Auto Trait Implementations
impl RefUnwindSafe for LineSubscription
impl Send for LineSubscription
impl Sync for LineSubscription
impl Unpin for LineSubscription
impl UnwindSafe for LineSubscription
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more