pub struct PrivacyKeyForwards {}Expand description
Generated from the following TL definition:
privacyKeyForwards#69ec56a3 = PrivacyKeyTrait 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§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 = 1777096355
const CONSTRUCTOR_ID: u32 = 1777096355
The unique identifier for the type.
Source§impl PartialEq for PrivacyKeyForwards
impl PartialEq for PrivacyKeyForwards
Source§impl Serializable for PrivacyKeyForwards
impl Serializable for PrivacyKeyForwards
Source§impl TryFrom<PrivacyKey> for PrivacyKeyForwards
impl TryFrom<PrivacyKey> 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