pub struct PrivacyKeyForwards {}Expand description
Trait Implementations§
Source§impl Clone for PrivacyKeyForwards
impl Clone for PrivacyKeyForwards
Source§fn clone(&self) -> PrivacyKeyForwards
fn clone(&self) -> PrivacyKeyForwards
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 PrivacyKeyForwards
impl Debug for PrivacyKeyForwards
Source§impl Deserializable for PrivacyKeyForwards
impl Deserializable for PrivacyKeyForwards
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<PrivacyKeyForwards> for PrivacyKey
impl From<PrivacyKeyForwards> for PrivacyKey
Source§fn from(_x: PrivacyKeyForwards) -> Self
fn from(_x: PrivacyKeyForwards) -> Self
Converts to this type from the input type.
Source§impl Identifiable for PrivacyKeyForwards
impl Identifiable for PrivacyKeyForwards
Source§const CONSTRUCTOR_ID: u32 = 0x69ec56a3
const CONSTRUCTOR_ID: u32 = 0x69ec56a3
The constructor ID as specified in the TL schema.
Source§impl PartialEq for PrivacyKeyForwards
impl PartialEq for PrivacyKeyForwards
Source§impl Serializable for PrivacyKeyForwards
impl Serializable for PrivacyKeyForwards
impl StructuralPartialEq for PrivacyKeyForwards
Auto Trait Implementations§
impl Freeze for PrivacyKeyForwards
impl RefUnwindSafe for PrivacyKeyForwards
impl Send for PrivacyKeyForwards
impl Sync for PrivacyKeyForwards
impl Unpin for PrivacyKeyForwards
impl UnsafeUnpin for PrivacyKeyForwards
impl UnwindSafe for PrivacyKeyForwards
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