pub struct ContactResponseAllOf {
pub id: Option<Box<String>>,
}Fields§
§id: Option<Box<String>>Implementations§
Source§impl ContactResponseAllOf
impl ContactResponseAllOf
pub fn new() -> ContactResponseAllOf
Trait Implementations§
Source§impl Clone for ContactResponseAllOf
impl Clone for ContactResponseAllOf
Source§fn clone(&self) -> ContactResponseAllOf
fn clone(&self) -> ContactResponseAllOf
Returns a duplicate of the value. Read more
1.0.0 · 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 ContactResponseAllOf
impl Debug for ContactResponseAllOf
Source§impl Default for ContactResponseAllOf
impl Default for ContactResponseAllOf
Source§fn default() -> ContactResponseAllOf
fn default() -> ContactResponseAllOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ContactResponseAllOf
impl<'de> Deserialize<'de> for ContactResponseAllOf
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 ContactResponseAllOf
impl PartialEq for ContactResponseAllOf
Source§impl Serialize for ContactResponseAllOf
impl Serialize for ContactResponseAllOf
impl StructuralPartialEq for ContactResponseAllOf
Auto Trait Implementations§
impl Freeze for ContactResponseAllOf
impl RefUnwindSafe for ContactResponseAllOf
impl Send for ContactResponseAllOf
impl Sync for ContactResponseAllOf
impl Unpin for ContactResponseAllOf
impl UnwindSafe for ContactResponseAllOf
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