pub struct ContactUserPreference {
    pub enabled: PrefEnabled,
    pub user_preference: ContactUserPref,
    pub contact_preference: SimplePreference,
    pub undocumented: HashMap<String, JsonObject>,
}Fields§
§enabled: PrefEnabled§user_preference: ContactUserPref§contact_preference: SimplePreference§undocumented: HashMap<String, JsonObject>Trait Implementations§
Source§impl Clone for ContactUserPreference
 
impl Clone for ContactUserPreference
Source§fn clone(&self) -> ContactUserPreference
 
fn clone(&self) -> ContactUserPreference
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 ContactUserPreference
 
impl Debug for ContactUserPreference
Source§impl<'de> Deserialize<'de> for ContactUserPreference
 
impl<'de> Deserialize<'de> for ContactUserPreference
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 ContactUserPreference
 
impl PartialEq for ContactUserPreference
Source§impl Serialize for ContactUserPreference
 
impl Serialize for ContactUserPreference
impl StructuralPartialEq for ContactUserPreference
Auto Trait Implementations§
impl Freeze for ContactUserPreference
impl RefUnwindSafe for ContactUserPreference
impl Send for ContactUserPreference
impl Sync for ContactUserPreference
impl Unpin for ContactUserPreference
impl UnwindSafe for ContactUserPreference
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