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