Struct aws_sdk_s3::model::Owner
source · [−]#[non_exhaustive]pub struct Owner { /* private fields */ }
Expand description
Container for the owner's display name and ID.
Implementations
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more