pub struct GetAllSecureValues {}Expand description
Generated from:
account.getAllSecureValues#b288bc7d = Vector<SecureValue>Trait Implementations§
Source§impl Clone for GetAllSecureValues
impl Clone for GetAllSecureValues
Source§fn clone(&self) -> GetAllSecureValues
fn clone(&self) -> GetAllSecureValues
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 GetAllSecureValues
impl Debug for GetAllSecureValues
Source§impl Identifiable for GetAllSecureValues
impl Identifiable for GetAllSecureValues
Source§const CONSTRUCTOR_ID: u32 = 0xb288bc7d
const CONSTRUCTOR_ID: u32 = 0xb288bc7d
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetAllSecureValues
impl PartialEq for GetAllSecureValues
Source§impl RemoteCall for GetAllSecureValues
impl RemoteCall for GetAllSecureValues
Source§type Return = Vec<SecureValue>
type Return = Vec<SecureValue>
The deserialized response type.
Source§impl Serializable for GetAllSecureValues
impl Serializable for GetAllSecureValues
impl StructuralPartialEq for GetAllSecureValues
Auto Trait Implementations§
impl Freeze for GetAllSecureValues
impl RefUnwindSafe for GetAllSecureValues
impl Send for GetAllSecureValues
impl Sync for GetAllSecureValues
impl Unpin for GetAllSecureValues
impl UnsafeUnpin for GetAllSecureValues
impl UnwindSafe for GetAllSecureValues
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