Struct bitwarden_api_api::models::two_factor_recover_response_model::TwoFactorRecoverResponseModel
source · pub struct TwoFactorRecoverResponseModel {
pub object: Option<String>,
pub code: Option<String>,
}
Fields§
§object: Option<String>
§code: Option<String>
Implementations§
Trait Implementations§
source§impl Clone for TwoFactorRecoverResponseModel
impl Clone for TwoFactorRecoverResponseModel
source§fn clone(&self) -> TwoFactorRecoverResponseModel
fn clone(&self) -> TwoFactorRecoverResponseModel
Returns a copy 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 Default for TwoFactorRecoverResponseModel
impl Default for TwoFactorRecoverResponseModel
source§fn default() -> TwoFactorRecoverResponseModel
fn default() -> TwoFactorRecoverResponseModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TwoFactorRecoverResponseModel
impl<'de> Deserialize<'de> for TwoFactorRecoverResponseModel
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<TwoFactorRecoverResponseModel> for TwoFactorRecoverResponseModel
impl PartialEq<TwoFactorRecoverResponseModel> for TwoFactorRecoverResponseModel
source§fn eq(&self, other: &TwoFactorRecoverResponseModel) -> bool
fn eq(&self, other: &TwoFactorRecoverResponseModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.