[−][src]Struct zoom_api::User
A user.
From: https://marketplace.zoom.us/docs/api-reference/zoom-api/users/user
Fields
id: Option<String>first_name: Stringlast_name: Stringemail: Stringtypev: i64status: Option<String>pmi: Option<i64>timezone: Option<String>dept: Option<String>created_at: Option<String>last_login_time: Option<String>last_client_version: Option<String>verified: Option<i64>role_name: Option<String>use_pmi: Option<bool>language: Option<String>vanity_url: Option<String>personal_meeting_url: Option<String>pic_url: Option<String>account_id: Option<String>host_key: Option<String>job_title: Option<String>company: Option<String>location: Option<String>Trait Implementations
impl Clone for User[src]
impl Debug for User[src]
impl Default for User[src]
impl<'de> Deserialize<'de> for User[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for User[src]
Auto Trait Implementations
impl RefUnwindSafe for User
impl Send for User
impl Sync for User
impl Unpin for User
impl UnwindSafe for User
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,