pub struct PrivacyKeyPhoneP2P {}Expand description
Trait 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§fn deserialize(_buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(_buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
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 = 0x39491cc8
const CONSTRUCTOR_ID: u32 = 0x39491cc8
The constructor ID as specified in the TL schema.
Source§impl PartialEq for PrivacyKeyPhoneP2P
impl PartialEq for PrivacyKeyPhoneP2P
Source§impl Serializable for PrivacyKeyPhoneP2P
impl Serializable 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