pub struct PutObjectACLOutput { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for PutObjectACLOutput
impl Clone for PutObjectACLOutput
Source§fn clone(&self) -> PutObjectACLOutput
fn clone(&self) -> PutObjectACLOutput
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 PutObjectACLOutput
impl Debug for PutObjectACLOutput
Source§impl Default for PutObjectACLOutput
impl Default for PutObjectACLOutput
Source§fn default() -> PutObjectACLOutput
fn default() -> PutObjectACLOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for PutObjectACLOutput
impl PartialEq for PutObjectACLOutput
impl StructuralPartialEq for PutObjectACLOutput
Auto Trait Implementations§
impl Freeze for PutObjectACLOutput
impl RefUnwindSafe for PutObjectACLOutput
impl Send for PutObjectACLOutput
impl Sync for PutObjectACLOutput
impl Unpin for PutObjectACLOutput
impl UnsafeUnpin for PutObjectACLOutput
impl UnwindSafe for PutObjectACLOutput
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