pub struct GetObject<__T0, __T1> {
pub key: __T0,
pub bucket: __T1,
}Expand description
SNAFU context selector for the Error::GetObject variant
Fields§
§key: __T0§bucket: __T1Trait Implementations§
impl<__T0: Copy, __T1: Copy> Copy for GetObject<__T0, __T1>
Auto Trait Implementations§
impl<__T0, __T1> RefUnwindSafe for GetObject<__T0, __T1>where
__T0: RefUnwindSafe,
__T1: RefUnwindSafe,
impl<__T0, __T1> Send for GetObject<__T0, __T1>
impl<__T0, __T1> Sync for GetObject<__T0, __T1>
impl<__T0, __T1> Unpin for GetObject<__T0, __T1>
impl<__T0, __T1> UnwindSafe for GetObject<__T0, __T1>where
__T0: UnwindSafe,
__T1: UnwindSafe,
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