pub struct SelectBucketResponse {}Trait Implementations§
Source§impl Clone for SelectBucketResponse
impl Clone for SelectBucketResponse
Source§fn clone(&self) -> SelectBucketResponse
fn clone(&self) -> SelectBucketResponse
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 SelectBucketResponse
impl Debug for SelectBucketResponse
Source§impl Hash for SelectBucketResponse
impl Hash for SelectBucketResponse
Source§impl Ord for SelectBucketResponse
impl Ord for SelectBucketResponse
Source§fn cmp(&self, other: &SelectBucketResponse) -> Ordering
fn cmp(&self, other: &SelectBucketResponse) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SelectBucketResponse
impl PartialEq for SelectBucketResponse
Source§impl PartialOrd for SelectBucketResponse
impl PartialOrd for SelectBucketResponse
impl Eq for SelectBucketResponse
impl StructuralPartialEq for SelectBucketResponse
Auto Trait Implementations§
impl Freeze for SelectBucketResponse
impl RefUnwindSafe for SelectBucketResponse
impl Send for SelectBucketResponse
impl Sync for SelectBucketResponse
impl Unpin for SelectBucketResponse
impl UnsafeUnpin for SelectBucketResponse
impl UnwindSafe for SelectBucketResponse
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