pub struct DescribeClientPropertiesRequest {
pub resource_ids: Vec<String>,
}Fields§
§resource_ids: Vec<String>The resource identifier, in the form of directory IDs.
Trait Implementations§
Source§impl Clone for DescribeClientPropertiesRequest
impl Clone for DescribeClientPropertiesRequest
Source§fn clone(&self) -> DescribeClientPropertiesRequest
fn clone(&self) -> DescribeClientPropertiesRequest
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 DescribeClientPropertiesRequest
impl Default for DescribeClientPropertiesRequest
Source§fn default() -> DescribeClientPropertiesRequest
fn default() -> DescribeClientPropertiesRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeClientPropertiesRequest
impl PartialEq for DescribeClientPropertiesRequest
Source§fn eq(&self, other: &DescribeClientPropertiesRequest) -> bool
fn eq(&self, other: &DescribeClientPropertiesRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeClientPropertiesRequest
Auto Trait Implementations§
impl Freeze for DescribeClientPropertiesRequest
impl RefUnwindSafe for DescribeClientPropertiesRequest
impl Send for DescribeClientPropertiesRequest
impl Sync for DescribeClientPropertiesRequest
impl Unpin for DescribeClientPropertiesRequest
impl UnwindSafe for DescribeClientPropertiesRequest
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