pub struct ListDomainConfigurationsRequest {
pub marker: Option<String>,
pub page_size: Option<i64>,
pub service_type: Option<String>,
}Fields§
§marker: Option<String>The marker for the next set of results.
page_size: Option<i64>The result page size.
service_type: Option<String>The type of service delivered by the endpoint.
Trait Implementations§
Source§impl Clone for ListDomainConfigurationsRequest
impl Clone for ListDomainConfigurationsRequest
Source§fn clone(&self) -> ListDomainConfigurationsRequest
fn clone(&self) -> ListDomainConfigurationsRequest
Returns a duplicate 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 ListDomainConfigurationsRequest
impl Default for ListDomainConfigurationsRequest
Source§fn default() -> ListDomainConfigurationsRequest
fn default() -> ListDomainConfigurationsRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for ListDomainConfigurationsRequest
impl PartialEq for ListDomainConfigurationsRequest
Source§fn eq(&self, other: &ListDomainConfigurationsRequest) -> bool
fn eq(&self, other: &ListDomainConfigurationsRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ListDomainConfigurationsRequest
Auto Trait Implementations§
impl Freeze for ListDomainConfigurationsRequest
impl RefUnwindSafe for ListDomainConfigurationsRequest
impl Send for ListDomainConfigurationsRequest
impl Sync for ListDomainConfigurationsRequest
impl Unpin for ListDomainConfigurationsRequest
impl UnwindSafe for ListDomainConfigurationsRequest
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