pub struct SaveSecureValue {
pub value: InputSecureValue,
pub secure_secret_id: i64,
}Expand description
Generated from:
account.saveSecureValue#899fe31d value:InputSecureValue secure_secret_id:long = SecureValueFields§
§value: InputSecureValue§secure_secret_id: i64Trait Implementations§
Source§impl Clone for SaveSecureValue
impl Clone for SaveSecureValue
Source§fn clone(&self) -> SaveSecureValue
fn clone(&self) -> SaveSecureValue
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 SaveSecureValue
impl Debug for SaveSecureValue
Source§impl Identifiable for SaveSecureValue
impl Identifiable for SaveSecureValue
Source§const CONSTRUCTOR_ID: u32 = 0x899fe31d
const CONSTRUCTOR_ID: u32 = 0x899fe31d
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SaveSecureValue
impl PartialEq for SaveSecureValue
Source§impl RemoteCall for SaveSecureValue
impl RemoteCall for SaveSecureValue
Source§type Return = SecureValue
type Return = SecureValue
The deserialized response type.
Source§impl Serializable for SaveSecureValue
impl Serializable for SaveSecureValue
impl StructuralPartialEq for SaveSecureValue
Auto Trait Implementations§
impl Freeze for SaveSecureValue
impl RefUnwindSafe for SaveSecureValue
impl Send for SaveSecureValue
impl Sync for SaveSecureValue
impl Unpin for SaveSecureValue
impl UnsafeUnpin for SaveSecureValue
impl UnwindSafe for SaveSecureValue
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