Struct rust_tdlib::types::UserPrivacySettingRules  [−][src]
pub struct UserPrivacySettingRules { /* fields omitted */ }Expand description
A list of privacy rules. Rules are matched in the specified order. The first matched rule defines the privacy setting for a given user. If no rule matches, the action is not allowed
Implementations
Trait Implementations
Performs the conversion.
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for UserPrivacySettingRulesimpl Send for UserPrivacySettingRulesimpl Sync for UserPrivacySettingRulesimpl Unpin for UserPrivacySettingRulesimpl UnwindSafe for UserPrivacySettingRulesBlanket Implementations
Mutably borrows from an owned value. Read more