pub struct UpdateUserPrivacySettingRules {
pub setting: UserPrivacySetting,
pub rules: UserPrivacySettingRules,
}
Expand description
Some privacy setting rules have been changed
Fields§
§setting: UserPrivacySetting
The privacy setting
rules: UserPrivacySettingRules
New privacy rules
Trait Implementations§
Source§impl Clone for UpdateUserPrivacySettingRules
impl Clone for UpdateUserPrivacySettingRules
Source§fn clone(&self) -> UpdateUserPrivacySettingRules
fn clone(&self) -> UpdateUserPrivacySettingRules
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<'de> Deserialize<'de> for UpdateUserPrivacySettingRules
impl<'de> Deserialize<'de> for UpdateUserPrivacySettingRules
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
Auto Trait Implementations§
impl Freeze for UpdateUserPrivacySettingRules
impl RefUnwindSafe for UpdateUserPrivacySettingRules
impl Send for UpdateUserPrivacySettingRules
impl Sync for UpdateUserPrivacySettingRules
impl Unpin for UpdateUserPrivacySettingRules
impl UnwindSafe for UpdateUserPrivacySettingRules
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