pub struct PrincipalIdFormat {
pub arn: Option<String>,
pub statuses: Option<Vec<IdFormat>>,
}Expand description
PrincipalIdFormat description
Fields§
§arn: Option<String>PrincipalIdFormatARN description
statuses: Option<Vec<IdFormat>>PrincipalIdFormatStatuses description
Trait Implementations§
Source§impl Clone for PrincipalIdFormat
impl Clone for PrincipalIdFormat
Source§fn clone(&self) -> PrincipalIdFormat
fn clone(&self) -> PrincipalIdFormat
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 Debug for PrincipalIdFormat
impl Debug for PrincipalIdFormat
Source§impl Default for PrincipalIdFormat
impl Default for PrincipalIdFormat
Source§fn default() -> PrincipalIdFormat
fn default() -> PrincipalIdFormat
Returns the “default value” for a type. Read more
Source§impl PartialEq for PrincipalIdFormat
impl PartialEq for PrincipalIdFormat
impl StructuralPartialEq for PrincipalIdFormat
Auto Trait Implementations§
impl Freeze for PrincipalIdFormat
impl RefUnwindSafe for PrincipalIdFormat
impl Send for PrincipalIdFormat
impl Sync for PrincipalIdFormat
impl Unpin for PrincipalIdFormat
impl UnwindSafe for PrincipalIdFormat
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