Struct bitwarden_api_api::models::profile_provider_response_model::ProfileProviderResponseModel
source · pub struct ProfileProviderResponseModel {
pub object: Option<String>,
pub id: Option<String>,
pub name: Option<String>,
pub key: Option<String>,
pub status: Option<ProviderUserStatusType>,
pub _type: Option<ProviderUserType>,
pub enabled: Option<bool>,
pub permissions: Option<Box<Permissions>>,
pub user_id: Option<String>,
pub use_events: Option<bool>,
}Fields§
§object: Option<String>§id: Option<String>§name: Option<String>§key: Option<String>§status: Option<ProviderUserStatusType>§_type: Option<ProviderUserType>§enabled: Option<bool>§permissions: Option<Box<Permissions>>§user_id: Option<String>§use_events: Option<bool>Implementations§
source§impl ProfileProviderResponseModel
impl ProfileProviderResponseModel
pub fn new() -> ProfileProviderResponseModel
Trait Implementations§
source§impl Clone for ProfileProviderResponseModel
impl Clone for ProfileProviderResponseModel
source§fn clone(&self) -> ProfileProviderResponseModel
fn clone(&self) -> ProfileProviderResponseModel
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 Debug for ProfileProviderResponseModel
impl Debug for ProfileProviderResponseModel
source§impl Default for ProfileProviderResponseModel
impl Default for ProfileProviderResponseModel
source§fn default() -> ProfileProviderResponseModel
fn default() -> ProfileProviderResponseModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ProfileProviderResponseModel
impl<'de> Deserialize<'de> for ProfileProviderResponseModel
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<ProfileProviderResponseModel> for ProfileProviderResponseModel
impl PartialEq<ProfileProviderResponseModel> for ProfileProviderResponseModel
source§fn eq(&self, other: &ProfileProviderResponseModel) -> bool
fn eq(&self, other: &ProfileProviderResponseModel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.