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