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