Struct zoom_api::types::ListPhoneSitesResponse
source · pub struct ListPhoneSitesResponse {
pub next_page_token: String,
pub page_size: String,
pub sites: Vec<Sites>,
pub total_records: String,
}Fields
next_page_token: StringUser’s first name.
page_size: StringUser’s first name.
sites: Vec<Sites>List of site(s).
total_records: StringUser’s first name.
Trait Implementations
sourceimpl Clone for ListPhoneSitesResponse
impl Clone for ListPhoneSitesResponse
sourcefn clone(&self) -> ListPhoneSitesResponse
fn clone(&self) -> ListPhoneSitesResponse
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 ListPhoneSitesResponse
impl Debug for ListPhoneSitesResponse
sourceimpl<'de> Deserialize<'de> for ListPhoneSitesResponse
impl<'de> Deserialize<'de> for ListPhoneSitesResponse
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 ListPhoneSitesResponse
impl JsonSchema for ListPhoneSitesResponse
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<ListPhoneSitesResponse> for ListPhoneSitesResponse
impl PartialEq<ListPhoneSitesResponse> for ListPhoneSitesResponse
sourcefn eq(&self, other: &ListPhoneSitesResponse) -> bool
fn eq(&self, other: &ListPhoneSitesResponse) -> bool
sourceimpl Serialize for ListPhoneSitesResponse
impl Serialize for ListPhoneSitesResponse
impl StructuralPartialEq for ListPhoneSitesResponse
Auto Trait Implementations
impl RefUnwindSafe for ListPhoneSitesResponse
impl Send for ListPhoneSitesResponse
impl Sync for ListPhoneSitesResponse
impl Unpin for ListPhoneSitesResponse
impl UnwindSafe for ListPhoneSitesResponse
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