pub struct SetPrivacy {
pub key: InputPrivacyKey,
pub rules: Vec<InputPrivacyRule>,
}Expand description
Generated from:
account.setPrivacy#c9f81ce8 key:InputPrivacyKey rules:Vector<InputPrivacyRule> = account.PrivacyRulesFields§
§key: InputPrivacyKey§rules: Vec<InputPrivacyRule>Trait Implementations§
Source§impl Clone for SetPrivacy
impl Clone for SetPrivacy
Source§fn clone(&self) -> SetPrivacy
fn clone(&self) -> SetPrivacy
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 Debug for SetPrivacy
impl Debug for SetPrivacy
Source§impl Identifiable for SetPrivacy
impl Identifiable for SetPrivacy
Source§const CONSTRUCTOR_ID: u32 = 0xc9f81ce8
const CONSTRUCTOR_ID: u32 = 0xc9f81ce8
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SetPrivacy
impl PartialEq for SetPrivacy
Source§impl RemoteCall for SetPrivacy
impl RemoteCall for SetPrivacy
Source§type Return = PrivacyRules
type Return = PrivacyRules
The deserialized response type.
Source§impl Serializable for SetPrivacy
impl Serializable for SetPrivacy
impl StructuralPartialEq for SetPrivacy
Auto Trait Implementations§
impl Freeze for SetPrivacy
impl RefUnwindSafe for SetPrivacy
impl Send for SetPrivacy
impl Sync for SetPrivacy
impl Unpin for SetPrivacy
impl UnsafeUnpin for SetPrivacy
impl UnwindSafe for SetPrivacy
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