pub struct SecureValueTypeDriverLicense {}Expand description
Trait 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 Deserializable for SecureValueTypeDriverLicense
impl Deserializable for SecureValueTypeDriverLicense
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<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 = 0x06e425c4
const CONSTRUCTOR_ID: u32 = 0x06e425c4
The constructor ID as specified in the TL schema.
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 ==.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