pub struct OrganizationDomainRequestModel {
pub domain_name: String,
}
Fields§
§domain_name: String
Implementations§
Source§impl OrganizationDomainRequestModel
impl OrganizationDomainRequestModel
pub fn new(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 for OrganizationDomainRequestModel
impl PartialEq for OrganizationDomainRequestModel
Source§fn eq(&self, other: &OrganizationDomainRequestModel) -> bool
fn eq(&self, other: &OrganizationDomainRequestModel) -> bool
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