Struct aws_sdk_s3::types::Owner
source · #[non_exhaustive]pub struct Owner { /* private fields */ }
Expand description
Container for the owner's display name and ID.
Implementations§
Trait Implementations§
source§impl PartialEq<Owner> for Owner
impl PartialEq<Owner> for Owner
impl StructuralPartialEq for Owner
Auto Trait Implementations§
impl RefUnwindSafe for Owner
impl Send for Owner
impl Sync for Owner
impl Unpin for Owner
impl UnwindSafe for Owner
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