pub struct InputPrivacyKeyNoPaidMessages {}Expand description
Generated from:
inputPrivacyKeyNoPaidMessages#bdc597b4 = InputPrivacyKeyTrait Implementations§
Source§impl Clone for InputPrivacyKeyNoPaidMessages
impl Clone for InputPrivacyKeyNoPaidMessages
Source§fn clone(&self) -> InputPrivacyKeyNoPaidMessages
fn clone(&self) -> InputPrivacyKeyNoPaidMessages
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 Deserializable for InputPrivacyKeyNoPaidMessages
impl Deserializable for InputPrivacyKeyNoPaidMessages
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<InputPrivacyKeyNoPaidMessages> for InputPrivacyKey
impl From<InputPrivacyKeyNoPaidMessages> for InputPrivacyKey
Source§fn from(_x: InputPrivacyKeyNoPaidMessages) -> Self
fn from(_x: InputPrivacyKeyNoPaidMessages) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputPrivacyKeyNoPaidMessages
impl Identifiable for InputPrivacyKeyNoPaidMessages
Source§const CONSTRUCTOR_ID: u32 = 0xbdc597b4
const CONSTRUCTOR_ID: u32 = 0xbdc597b4
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputPrivacyKeyNoPaidMessages
impl PartialEq for InputPrivacyKeyNoPaidMessages
Source§fn eq(&self, other: &InputPrivacyKeyNoPaidMessages) -> bool
fn eq(&self, other: &InputPrivacyKeyNoPaidMessages) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InputPrivacyKeyNoPaidMessages
Auto Trait Implementations§
impl Freeze for InputPrivacyKeyNoPaidMessages
impl RefUnwindSafe for InputPrivacyKeyNoPaidMessages
impl Send for InputPrivacyKeyNoPaidMessages
impl Sync for InputPrivacyKeyNoPaidMessages
impl Unpin for InputPrivacyKeyNoPaidMessages
impl UnsafeUnpin for InputPrivacyKeyNoPaidMessages
impl UnwindSafe for InputPrivacyKeyNoPaidMessages
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