pub struct SecureValueTypeRentalAgreement {}Expand description
secureValueTypeRentalAgreement
Generated from:
secureValueTypeRentalAgreement#8b883488 = SecureValueTypeTrait Implementations§
Source§impl Clone for SecureValueTypeRentalAgreement
impl Clone for SecureValueTypeRentalAgreement
Source§fn clone(&self) -> SecureValueTypeRentalAgreement
fn clone(&self) -> SecureValueTypeRentalAgreement
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 Deserializable for SecureValueTypeRentalAgreement
impl Deserializable for SecureValueTypeRentalAgreement
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<SecureValueTypeRentalAgreement> for SecureValueType
impl From<SecureValueTypeRentalAgreement> for SecureValueType
Source§fn from(_x: SecureValueTypeRentalAgreement) -> Self
fn from(_x: SecureValueTypeRentalAgreement) -> Self
Converts to this type from the input type.
Source§impl Identifiable for SecureValueTypeRentalAgreement
impl Identifiable for SecureValueTypeRentalAgreement
Source§const CONSTRUCTOR_ID: u32 = 0x8b883488
const CONSTRUCTOR_ID: u32 = 0x8b883488
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SecureValueTypeRentalAgreement
impl PartialEq for SecureValueTypeRentalAgreement
Source§fn eq(&self, other: &SecureValueTypeRentalAgreement) -> bool
fn eq(&self, other: &SecureValueTypeRentalAgreement) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SecureValueTypeRentalAgreement
Auto Trait Implementations§
impl Freeze for SecureValueTypeRentalAgreement
impl RefUnwindSafe for SecureValueTypeRentalAgreement
impl Send for SecureValueTypeRentalAgreement
impl Sync for SecureValueTypeRentalAgreement
impl Unpin for SecureValueTypeRentalAgreement
impl UnsafeUnpin for SecureValueTypeRentalAgreement
impl UnwindSafe for SecureValueTypeRentalAgreement
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