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