pub struct SecureValueTypeTemporaryRegistration {}Expand description
Read secureValueTypeTemporaryRegistration docs.
Generated from the following TL definition:
secureValueTypeTemporaryRegistration#ea02ec33 = SecureValueTypeTrait Implementations§
Source§impl Clone for SecureValueTypeTemporaryRegistration
impl Clone for SecureValueTypeTemporaryRegistration
Source§fn clone(&self) -> SecureValueTypeTemporaryRegistration
fn clone(&self) -> SecureValueTypeTemporaryRegistration
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 From<SecureValueTypeTemporaryRegistration> for SecureValueType
impl From<SecureValueTypeTemporaryRegistration> for SecureValueType
Source§fn from(_x: SecureValueTypeTemporaryRegistration) -> Self
fn from(_x: SecureValueTypeTemporaryRegistration) -> Self
Converts to this type from the input type.
Source§impl Identifiable for SecureValueTypeTemporaryRegistration
impl Identifiable for SecureValueTypeTemporaryRegistration
Source§const CONSTRUCTOR_ID: u32 = 3926060083
const CONSTRUCTOR_ID: u32 = 3926060083
The unique identifier for the type.
Source§impl PartialEq for SecureValueTypeTemporaryRegistration
impl PartialEq for SecureValueTypeTemporaryRegistration
Source§fn eq(&self, other: &SecureValueTypeTemporaryRegistration) -> bool
fn eq(&self, other: &SecureValueTypeTemporaryRegistration) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serializable for SecureValueTypeTemporaryRegistration
impl Serializable for SecureValueTypeTemporaryRegistration
impl StructuralPartialEq for SecureValueTypeTemporaryRegistration
Auto Trait Implementations§
impl Freeze for SecureValueTypeTemporaryRegistration
impl RefUnwindSafe for SecureValueTypeTemporaryRegistration
impl Send for SecureValueTypeTemporaryRegistration
impl Sync for SecureValueTypeTemporaryRegistration
impl Unpin for SecureValueTypeTemporaryRegistration
impl UnsafeUnpin for SecureValueTypeTemporaryRegistration
impl UnwindSafe for SecureValueTypeTemporaryRegistration
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