pub struct PrivacyKeyPhoneP2P {}Expand description
Generated from the following TL definition:
privacyKeyPhoneP2P#39491cc8 = PrivacyKeyTrait Implementations§
Source§impl Clone for PrivacyKeyPhoneP2P
impl Clone for PrivacyKeyPhoneP2P
Source§fn clone(&self) -> PrivacyKeyPhoneP2P
fn clone(&self) -> PrivacyKeyPhoneP2P
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 PrivacyKeyPhoneP2P
impl Debug for PrivacyKeyPhoneP2P
Source§impl Deserializable for PrivacyKeyPhoneP2P
impl Deserializable for PrivacyKeyPhoneP2P
Source§impl From<PrivacyKeyPhoneP2P> for PrivacyKey
impl From<PrivacyKeyPhoneP2P> for PrivacyKey
Source§fn from(_x: PrivacyKeyPhoneP2P) -> Self
fn from(_x: PrivacyKeyPhoneP2P) -> Self
Converts to this type from the input type.
Source§impl Identifiable for PrivacyKeyPhoneP2P
impl Identifiable for PrivacyKeyPhoneP2P
Source§const CONSTRUCTOR_ID: u32 = 961092808
const CONSTRUCTOR_ID: u32 = 961092808
The unique identifier for the type.
Source§impl PartialEq for PrivacyKeyPhoneP2P
impl PartialEq for PrivacyKeyPhoneP2P
Source§impl Serializable for PrivacyKeyPhoneP2P
impl Serializable for PrivacyKeyPhoneP2P
Source§impl TryFrom<PrivacyKey> for PrivacyKeyPhoneP2P
impl TryFrom<PrivacyKey> for PrivacyKeyPhoneP2P
impl StructuralPartialEq for PrivacyKeyPhoneP2P
Auto Trait Implementations§
impl Freeze for PrivacyKeyPhoneP2P
impl RefUnwindSafe for PrivacyKeyPhoneP2P
impl Send for PrivacyKeyPhoneP2P
impl Sync for PrivacyKeyPhoneP2P
impl Unpin for PrivacyKeyPhoneP2P
impl UnsafeUnpin for PrivacyKeyPhoneP2P
impl UnwindSafe for PrivacyKeyPhoneP2P
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