Struct s3_algo::err::NewListObjectsV2
source · pub struct NewListObjectsV2;Expand description
SNAFU context selector for the Error::NewListObjectsV2 variant
Trait Implementations§
source§impl Clone for NewListObjectsV2
impl Clone for NewListObjectsV2
source§fn clone(&self) -> NewListObjectsV2
fn clone(&self) -> NewListObjectsV2
Returns a copy 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 NewListObjectsV2
impl Debug for NewListObjectsV2
source§impl IntoError<Error> for NewListObjectsV2
impl IntoError<Error> for NewListObjectsV2
impl Copy for NewListObjectsV2
Auto Trait Implementations§
impl RefUnwindSafe for NewListObjectsV2
impl Send for NewListObjectsV2
impl Sync for NewListObjectsV2
impl Unpin for NewListObjectsV2
impl UnwindSafe for NewListObjectsV2
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