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