Struct zoom_api::types::AccountPlanBaseDeleteRequest
source · pub struct AccountPlanBaseDeleteRequest {
pub action: String,
pub comment: String,
pub reason: i64,
}Fields
action: StringUser’s first name.
comment: StringUser’s first name.
reason: i64Account seats.
Trait Implementations
sourceimpl Clone for AccountPlanBaseDeleteRequest
impl Clone for AccountPlanBaseDeleteRequest
sourcefn clone(&self) -> AccountPlanBaseDeleteRequest
fn clone(&self) -> AccountPlanBaseDeleteRequest
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 AccountPlanBaseDeleteRequest
impl Debug for AccountPlanBaseDeleteRequest
sourceimpl<'de> Deserialize<'de> for AccountPlanBaseDeleteRequest
impl<'de> Deserialize<'de> for AccountPlanBaseDeleteRequest
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 AccountPlanBaseDeleteRequest
impl JsonSchema for AccountPlanBaseDeleteRequest
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<AccountPlanBaseDeleteRequest> for AccountPlanBaseDeleteRequest
impl PartialEq<AccountPlanBaseDeleteRequest> for AccountPlanBaseDeleteRequest
sourcefn eq(&self, other: &AccountPlanBaseDeleteRequest) -> bool
fn eq(&self, other: &AccountPlanBaseDeleteRequest) -> bool
impl StructuralPartialEq for AccountPlanBaseDeleteRequest
Auto Trait Implementations
impl RefUnwindSafe for AccountPlanBaseDeleteRequest
impl Send for AccountPlanBaseDeleteRequest
impl Sync for AccountPlanBaseDeleteRequest
impl Unpin for AccountPlanBaseDeleteRequest
impl UnwindSafe for AccountPlanBaseDeleteRequest
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