pub struct UpdateDomainsRequestModel {
pub equivalent_domains: Option<Vec<Vec<String>>>,
pub excluded_global_equivalent_domains: Option<Vec<GlobalEquivalentDomainsType>>,
}
Fields§
§equivalent_domains: Option<Vec<Vec<String>>>
§excluded_global_equivalent_domains: Option<Vec<GlobalEquivalentDomainsType>>
Implementations§
source§impl UpdateDomainsRequestModel
impl UpdateDomainsRequestModel
pub fn new() -> UpdateDomainsRequestModel
Trait Implementations§
source§impl Clone for UpdateDomainsRequestModel
impl Clone for UpdateDomainsRequestModel
source§fn clone(&self) -> UpdateDomainsRequestModel
fn clone(&self) -> UpdateDomainsRequestModel
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 Debug for UpdateDomainsRequestModel
impl Debug for UpdateDomainsRequestModel
source§impl<'de> Deserialize<'de> for UpdateDomainsRequestModel
impl<'de> Deserialize<'de> for UpdateDomainsRequestModel
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 UpdateDomainsRequestModel
impl PartialEq for UpdateDomainsRequestModel
source§fn eq(&self, other: &UpdateDomainsRequestModel) -> bool
fn eq(&self, other: &UpdateDomainsRequestModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateDomainsRequestModel
Auto Trait Implementations§
impl Freeze for UpdateDomainsRequestModel
impl RefUnwindSafe for UpdateDomainsRequestModel
impl Send for UpdateDomainsRequestModel
impl Sync for UpdateDomainsRequestModel
impl Unpin for UpdateDomainsRequestModel
impl UnwindSafe for UpdateDomainsRequestModel
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