pub struct DescribeIdentityIdFormatResult {
pub statuses: Option<Vec<IdFormat>>,
}Fields§
§statuses: Option<Vec<IdFormat>>Information about the ID format for the resources.
Trait Implementations§
Source§impl Clone for DescribeIdentityIdFormatResult
impl Clone for DescribeIdentityIdFormatResult
Source§fn clone(&self) -> DescribeIdentityIdFormatResult
fn clone(&self) -> DescribeIdentityIdFormatResult
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 DescribeIdentityIdFormatResult
impl Default for DescribeIdentityIdFormatResult
Source§fn default() -> DescribeIdentityIdFormatResult
fn default() -> DescribeIdentityIdFormatResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeIdentityIdFormatResult
impl PartialEq for DescribeIdentityIdFormatResult
Source§fn eq(&self, other: &DescribeIdentityIdFormatResult) -> bool
fn eq(&self, other: &DescribeIdentityIdFormatResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeIdentityIdFormatResult
Auto Trait Implementations§
impl Freeze for DescribeIdentityIdFormatResult
impl RefUnwindSafe for DescribeIdentityIdFormatResult
impl Send for DescribeIdentityIdFormatResult
impl Sync for DescribeIdentityIdFormatResult
impl Unpin for DescribeIdentityIdFormatResult
impl UnwindSafe for DescribeIdentityIdFormatResult
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