Struct zoom_api::types::UserPaCsResponse
source · pub struct UserPaCsResponse {
pub pac_accounts: Vec<PacAccounts>,
}Fields
pac_accounts: Vec<PacAccounts>Trait Implementations
sourceimpl Clone for UserPaCsResponse
impl Clone for UserPaCsResponse
sourcefn clone(&self) -> UserPaCsResponse
fn clone(&self) -> UserPaCsResponse
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 UserPaCsResponse
impl Debug for UserPaCsResponse
sourceimpl<'de> Deserialize<'de> for UserPaCsResponse
impl<'de> Deserialize<'de> for UserPaCsResponse
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 UserPaCsResponse
impl JsonSchema for UserPaCsResponse
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<UserPaCsResponse> for UserPaCsResponse
impl PartialEq<UserPaCsResponse> for UserPaCsResponse
sourcefn eq(&self, other: &UserPaCsResponse) -> bool
fn eq(&self, other: &UserPaCsResponse) -> bool
sourceimpl Serialize for UserPaCsResponse
impl Serialize for UserPaCsResponse
impl StructuralPartialEq for UserPaCsResponse
Auto Trait Implementations
impl RefUnwindSafe for UserPaCsResponse
impl Send for UserPaCsResponse
impl Sync for UserPaCsResponse
impl Unpin for UserPaCsResponse
impl UnwindSafe for UserPaCsResponse
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