Struct rust_tdlib::types::GetUserPrivacySettingRules  
source · [−]pub struct GetUserPrivacySettingRules { /* private fields */ }Expand description
Returns the current privacy settings
Implementations
Trait Implementations
sourceimpl AsRef<GetUserPrivacySettingRules> for GetUserPrivacySettingRules
 
impl AsRef<GetUserPrivacySettingRules> for GetUserPrivacySettingRules
sourcefn as_ref(&self) -> &GetUserPrivacySettingRules
 
fn as_ref(&self) -> &GetUserPrivacySettingRules
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for GetUserPrivacySettingRules
 
impl Clone for GetUserPrivacySettingRules
sourcefn clone(&self) -> GetUserPrivacySettingRules
 
fn clone(&self) -> GetUserPrivacySettingRules
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 Debug for GetUserPrivacySettingRules
 
impl Debug for GetUserPrivacySettingRules
sourceimpl Default for GetUserPrivacySettingRules
 
impl Default for GetUserPrivacySettingRules
sourcefn default() -> GetUserPrivacySettingRules
 
fn default() -> GetUserPrivacySettingRules
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetUserPrivacySettingRules
 
impl<'de> Deserialize<'de> for GetUserPrivacySettingRules
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
Auto Trait Implementations
impl RefUnwindSafe for GetUserPrivacySettingRules
impl Send for GetUserPrivacySettingRules
impl Sync for GetUserPrivacySettingRules
impl Unpin for GetUserPrivacySettingRules
impl UnwindSafe for GetUserPrivacySettingRules
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