pub struct UnlockMethodRequestModel {
pub unlock_method: UnlockMethod,
pub master_password_unlock_data: Option<Box<MasterPasswordUnlockDataRequestModel>>,
pub key_connector_key_wrapped_user_key: Option<String>,
}Fields§
§unlock_method: UnlockMethod§master_password_unlock_data: Option<Box<MasterPasswordUnlockDataRequestModel>>§key_connector_key_wrapped_user_key: Option<String>Implementations§
Source§impl UnlockMethodRequestModel
impl UnlockMethodRequestModel
pub fn new(unlock_method: UnlockMethod) -> UnlockMethodRequestModel
Trait Implementations§
Source§impl Clone for UnlockMethodRequestModel
impl Clone for UnlockMethodRequestModel
Source§fn clone(&self) -> UnlockMethodRequestModel
fn clone(&self) -> UnlockMethodRequestModel
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 UnlockMethodRequestModel
impl Debug for UnlockMethodRequestModel
Source§impl Default for UnlockMethodRequestModel
impl Default for UnlockMethodRequestModel
Source§fn default() -> UnlockMethodRequestModel
fn default() -> UnlockMethodRequestModel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UnlockMethodRequestModel
impl<'de> Deserialize<'de> for UnlockMethodRequestModel
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
Source§impl PartialEq for UnlockMethodRequestModel
impl PartialEq for UnlockMethodRequestModel
Source§impl Serialize for UnlockMethodRequestModel
impl Serialize for UnlockMethodRequestModel
impl StructuralPartialEq for UnlockMethodRequestModel
Auto Trait Implementations§
impl Freeze for UnlockMethodRequestModel
impl RefUnwindSafe for UnlockMethodRequestModel
impl Send for UnlockMethodRequestModel
impl Sync for UnlockMethodRequestModel
impl Unpin for UnlockMethodRequestModel
impl UnsafeUnpin for UnlockMethodRequestModel
impl UnwindSafe for UnlockMethodRequestModel
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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