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<'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 for OrganizationDomainRequestModel
impl PartialEq 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 Freeze for OrganizationDomainRequestModel
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