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