pub struct UserPrivacySettingRuleRestrictUsers { /* private fields */ }Expand description
A rule to restrict all specified users from doing something
Implementations
Trait Implementations
sourceimpl AsRef<UserPrivacySettingRuleRestrictUsers> for UserPrivacySettingRuleRestrictUsers
impl AsRef<UserPrivacySettingRuleRestrictUsers> for UserPrivacySettingRuleRestrictUsers
sourcefn as_ref(&self) -> &UserPrivacySettingRuleRestrictUsers
fn as_ref(&self) -> &UserPrivacySettingRuleRestrictUsers
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for UserPrivacySettingRuleRestrictUsers
impl Clone for UserPrivacySettingRuleRestrictUsers
sourcefn clone(&self) -> UserPrivacySettingRuleRestrictUsers
fn clone(&self) -> UserPrivacySettingRuleRestrictUsers
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for UserPrivacySettingRuleRestrictUsers
impl Default for UserPrivacySettingRuleRestrictUsers
sourcefn default() -> UserPrivacySettingRuleRestrictUsers
fn default() -> UserPrivacySettingRuleRestrictUsers
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for UserPrivacySettingRuleRestrictUsers
impl<'de> Deserialize<'de> for UserPrivacySettingRuleRestrictUsers
sourcefn 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 TDUserPrivacySettingRule for UserPrivacySettingRuleRestrictUsers
Auto Trait Implementations
impl RefUnwindSafe for UserPrivacySettingRuleRestrictUsers
impl Send for UserPrivacySettingRuleRestrictUsers
impl Sync for UserPrivacySettingRuleRestrictUsers
impl Unpin for UserPrivacySettingRuleRestrictUsers
impl UnwindSafe for UserPrivacySettingRuleRestrictUsers
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more