Struct bitwarden_api_api::models::provider_organization_create_request_model::ProviderOrganizationCreateRequestModel
source · pub struct ProviderOrganizationCreateRequestModel {
pub client_owner_email: String,
pub organization_create_request: Box<OrganizationCreateRequestModel>,
}
Fields§
§client_owner_email: String
§organization_create_request: Box<OrganizationCreateRequestModel>
Implementations§
source§impl ProviderOrganizationCreateRequestModel
impl ProviderOrganizationCreateRequestModel
pub fn new( client_owner_email: String, organization_create_request: OrganizationCreateRequestModel ) -> ProviderOrganizationCreateRequestModel
Trait Implementations§
source§impl Clone for ProviderOrganizationCreateRequestModel
impl Clone for ProviderOrganizationCreateRequestModel
source§fn clone(&self) -> ProviderOrganizationCreateRequestModel
fn clone(&self) -> ProviderOrganizationCreateRequestModel
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 ProviderOrganizationCreateRequestModel
impl Default for ProviderOrganizationCreateRequestModel
source§fn default() -> ProviderOrganizationCreateRequestModel
fn default() -> ProviderOrganizationCreateRequestModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ProviderOrganizationCreateRequestModel
impl<'de> Deserialize<'de> for ProviderOrganizationCreateRequestModel
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<ProviderOrganizationCreateRequestModel> for ProviderOrganizationCreateRequestModel
impl PartialEq<ProviderOrganizationCreateRequestModel> for ProviderOrganizationCreateRequestModel
source§fn eq(&self, other: &ProviderOrganizationCreateRequestModel) -> bool
fn eq(&self, other: &ProviderOrganizationCreateRequestModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ProviderOrganizationCreateRequestModel
Auto Trait Implementations§
impl RefUnwindSafe for ProviderOrganizationCreateRequestModel
impl Send for ProviderOrganizationCreateRequestModel
impl Sync for ProviderOrganizationCreateRequestModel
impl Unpin for ProviderOrganizationCreateRequestModel
impl UnwindSafe for ProviderOrganizationCreateRequestModel
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