pub struct InputPrivacyKeyAbout {}Expand description
Read inputPrivacyKeyAbout docs.
Generated from the following TL definition:
inputPrivacyKeyAbout#3823cc40 = InputPrivacyKeyTrait Implementations§
Source§impl Clone for InputPrivacyKeyAbout
impl Clone for InputPrivacyKeyAbout
Source§fn clone(&self) -> InputPrivacyKeyAbout
fn clone(&self) -> InputPrivacyKeyAbout
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 InputPrivacyKeyAbout
impl Debug for InputPrivacyKeyAbout
Source§impl From<InputPrivacyKeyAbout> for InputPrivacyKey
impl From<InputPrivacyKeyAbout> for InputPrivacyKey
Source§fn from(_x: InputPrivacyKeyAbout) -> Self
fn from(_x: InputPrivacyKeyAbout) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputPrivacyKeyAbout
impl Identifiable for InputPrivacyKeyAbout
Source§const CONSTRUCTOR_ID: u32 = 941870144
const CONSTRUCTOR_ID: u32 = 941870144
The unique identifier for the type.
Source§impl PartialEq for InputPrivacyKeyAbout
impl PartialEq for InputPrivacyKeyAbout
Source§impl Serializable for InputPrivacyKeyAbout
impl Serializable for InputPrivacyKeyAbout
impl StructuralPartialEq for InputPrivacyKeyAbout
Auto Trait Implementations§
impl Freeze for InputPrivacyKeyAbout
impl RefUnwindSafe for InputPrivacyKeyAbout
impl Send for InputPrivacyKeyAbout
impl Sync for InputPrivacyKeyAbout
impl Unpin for InputPrivacyKeyAbout
impl UnsafeUnpin for InputPrivacyKeyAbout
impl UnwindSafe for InputPrivacyKeyAbout
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