pub struct UpdateUserPrivacySettingRules { /* private fields */ }
Expand description
Some privacy setting rules have been changed
Implementations§
Trait Implementations§
Source§impl AsRef<UpdateUserPrivacySettingRules> for UpdateUserPrivacySettingRules
impl AsRef<UpdateUserPrivacySettingRules> for UpdateUserPrivacySettingRules
Source§fn as_ref(&self) -> &UpdateUserPrivacySettingRules
fn as_ref(&self) -> &UpdateUserPrivacySettingRules
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for UpdateUserPrivacySettingRules
impl Clone for UpdateUserPrivacySettingRules
Source§fn clone(&self) -> UpdateUserPrivacySettingRules
fn clone(&self) -> UpdateUserPrivacySettingRules
Returns a copy 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 Default for UpdateUserPrivacySettingRules
impl Default for UpdateUserPrivacySettingRules
Source§fn default() -> UpdateUserPrivacySettingRules
fn default() -> UpdateUserPrivacySettingRules
Returns the “default value” for a type. Read more
Source§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
impl TDUpdate for UpdateUserPrivacySettingRules
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