pub struct GetObjectACLOutput { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for GetObjectACLOutput
impl Clone for GetObjectACLOutput
Source§fn clone(&self) -> GetObjectACLOutput
fn clone(&self) -> GetObjectACLOutput
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 GetObjectACLOutput
impl Debug for GetObjectACLOutput
Source§impl Default for GetObjectACLOutput
impl Default for GetObjectACLOutput
Source§fn default() -> GetObjectACLOutput
fn default() -> GetObjectACLOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetObjectACLOutput
impl<'de> Deserialize<'de> for GetObjectACLOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetObjectACLOutput
impl PartialEq for GetObjectACLOutput
impl StructuralPartialEq for GetObjectACLOutput
Auto Trait Implementations§
impl Freeze for GetObjectACLOutput
impl RefUnwindSafe for GetObjectACLOutput
impl Send for GetObjectACLOutput
impl Sync for GetObjectACLOutput
impl Unpin for GetObjectACLOutput
impl UnsafeUnpin for GetObjectACLOutput
impl UnwindSafe for GetObjectACLOutput
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