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