pub struct SecureValueTypeAddress {}Expand description
Trait Implementations§
Source§impl Clone for SecureValueTypeAddress
impl Clone for SecureValueTypeAddress
Source§fn clone(&self) -> SecureValueTypeAddress
fn clone(&self) -> SecureValueTypeAddress
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 SecureValueTypeAddress
impl Debug for SecureValueTypeAddress
Source§impl Deserializable for SecureValueTypeAddress
impl Deserializable for SecureValueTypeAddress
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<SecureValueTypeAddress> for SecureValueType
impl From<SecureValueTypeAddress> for SecureValueType
Source§fn from(_x: SecureValueTypeAddress) -> Self
fn from(_x: SecureValueTypeAddress) -> Self
Converts to this type from the input type.
Source§impl Identifiable for SecureValueTypeAddress
impl Identifiable for SecureValueTypeAddress
Source§const CONSTRUCTOR_ID: u32 = 0xcbe31e26
const CONSTRUCTOR_ID: u32 = 0xcbe31e26
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SecureValueTypeAddress
impl PartialEq for SecureValueTypeAddress
impl StructuralPartialEq for SecureValueTypeAddress
Auto Trait Implementations§
impl Freeze for SecureValueTypeAddress
impl RefUnwindSafe for SecureValueTypeAddress
impl Send for SecureValueTypeAddress
impl Sync for SecureValueTypeAddress
impl Unpin for SecureValueTypeAddress
impl UnsafeUnpin for SecureValueTypeAddress
impl UnwindSafe for SecureValueTypeAddress
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