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