Struct rusoto_s3::Owner [−][src]
Expand description
Container for the owner's display name and ID.
Fields
display_name: Option<String>Container for the display name of the owner.
id: Option<String>Container for the ID of the owner.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Owner
impl UnwindSafe for Owner
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more