pub struct GetObjectAclParams {
pub version_id: Option<String>,
/* private fields */
}Expand description
GetObjectACL query parameters: ?acl[&versionId=<id>].
Fields§
§version_id: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for GetObjectAclParams
impl Clone for GetObjectAclParams
Source§fn clone(&self) -> GetObjectAclParams
fn clone(&self) -> GetObjectAclParams
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 GetObjectAclParams
impl Debug for GetObjectAclParams
Source§impl Default for GetObjectAclParams
impl Default for GetObjectAclParams
Source§fn default() -> GetObjectAclParams
fn default() -> GetObjectAclParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetObjectAclParams
impl RefUnwindSafe for GetObjectAclParams
impl Send for GetObjectAclParams
impl Sync for GetObjectAclParams
impl Unpin for GetObjectAclParams
impl UnsafeUnpin for GetObjectAclParams
impl UnwindSafe for GetObjectAclParams
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