pub struct UserDecryptionResponseModel {
pub master_password_unlock: Option<Box<MasterPasswordUnlockResponseModel>>,
}
Fields§
§master_password_unlock: Option<Box<MasterPasswordUnlockResponseModel>>
Implementations§
Source§impl UserDecryptionResponseModel
impl UserDecryptionResponseModel
pub fn new() -> UserDecryptionResponseModel
Trait Implementations§
Source§impl Clone for UserDecryptionResponseModel
impl Clone for UserDecryptionResponseModel
Source§fn clone(&self) -> UserDecryptionResponseModel
fn clone(&self) -> UserDecryptionResponseModel
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 UserDecryptionResponseModel
impl Debug for UserDecryptionResponseModel
Source§impl Default for UserDecryptionResponseModel
impl Default for UserDecryptionResponseModel
Source§fn default() -> UserDecryptionResponseModel
fn default() -> UserDecryptionResponseModel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UserDecryptionResponseModel
impl<'de> Deserialize<'de> for UserDecryptionResponseModel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for UserDecryptionResponseModel
Auto Trait Implementations§
impl Freeze for UserDecryptionResponseModel
impl RefUnwindSafe for UserDecryptionResponseModel
impl Send for UserDecryptionResponseModel
impl Sync for UserDecryptionResponseModel
impl Unpin for UserDecryptionResponseModel
impl UnwindSafe for UserDecryptionResponseModel
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