pub struct AccountCustomFieldGetOutput {
pub account_id: Option<String>,
pub creation_date: Option<String>,
pub deletion_date: Option<Box<NullTime>>,
pub id: Option<i64>,
pub modification_date: Option<String>,
pub name: Option<String>,
pub object: Option<String>,
pub object_type: Option<String>,
pub required: Option<bool>,
}Fields§
§account_id: Option<String>§creation_date: Option<String>§deletion_date: Option<Box<NullTime>>§id: Option<i64>§modification_date: Option<String>§name: Option<String>§object: Option<String>§object_type: Option<String>§required: Option<bool>Implementations§
Source§impl AccountCustomFieldGetOutput
impl AccountCustomFieldGetOutput
pub fn new() -> AccountCustomFieldGetOutput
Trait Implementations§
Source§impl Clone for AccountCustomFieldGetOutput
impl Clone for AccountCustomFieldGetOutput
Source§fn clone(&self) -> AccountCustomFieldGetOutput
fn clone(&self) -> AccountCustomFieldGetOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AccountCustomFieldGetOutput
impl Debug for AccountCustomFieldGetOutput
Source§impl Default for AccountCustomFieldGetOutput
impl Default for AccountCustomFieldGetOutput
Source§fn default() -> AccountCustomFieldGetOutput
fn default() -> AccountCustomFieldGetOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AccountCustomFieldGetOutput
impl<'de> Deserialize<'de> for AccountCustomFieldGetOutput
Source§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
Source§impl PartialEq for AccountCustomFieldGetOutput
impl PartialEq for AccountCustomFieldGetOutput
Source§fn eq(&self, other: &AccountCustomFieldGetOutput) -> bool
fn eq(&self, other: &AccountCustomFieldGetOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AccountCustomFieldGetOutput
Auto Trait Implementations§
impl Freeze for AccountCustomFieldGetOutput
impl RefUnwindSafe for AccountCustomFieldGetOutput
impl Send for AccountCustomFieldGetOutput
impl Sync for AccountCustomFieldGetOutput
impl Unpin for AccountCustomFieldGetOutput
impl UnsafeUnpin for AccountCustomFieldGetOutput
impl UnwindSafe for AccountCustomFieldGetOutput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more