pub struct AccountCustomFieldCreateOutput {
pub id: Option<i64>,
}Fields§
§id: Option<i64>Implementations§
Trait Implementations§
Source§impl Clone for AccountCustomFieldCreateOutput
impl Clone for AccountCustomFieldCreateOutput
Source§fn clone(&self) -> AccountCustomFieldCreateOutput
fn clone(&self) -> AccountCustomFieldCreateOutput
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 Default for AccountCustomFieldCreateOutput
impl Default for AccountCustomFieldCreateOutput
Source§fn default() -> AccountCustomFieldCreateOutput
fn default() -> AccountCustomFieldCreateOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AccountCustomFieldCreateOutput
impl<'de> Deserialize<'de> for AccountCustomFieldCreateOutput
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 AccountCustomFieldCreateOutput
impl PartialEq for AccountCustomFieldCreateOutput
Source§fn eq(&self, other: &AccountCustomFieldCreateOutput) -> bool
fn eq(&self, other: &AccountCustomFieldCreateOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AccountCustomFieldCreateOutput
Auto Trait Implementations§
impl Freeze for AccountCustomFieldCreateOutput
impl RefUnwindSafe for AccountCustomFieldCreateOutput
impl Send for AccountCustomFieldCreateOutput
impl Sync for AccountCustomFieldCreateOutput
impl Unpin for AccountCustomFieldCreateOutput
impl UnsafeUnpin for AccountCustomFieldCreateOutput
impl UnwindSafe for AccountCustomFieldCreateOutput
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