Enum s3_sync::CheckObjectImpl
source · pub enum CheckObjectImpl {
Head,
List,
}Expand description
Method used for checking if given object exists
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CheckObjectImpl
impl Send for CheckObjectImpl
impl Sync for CheckObjectImpl
impl Unpin for CheckObjectImpl
impl UnwindSafe for CheckObjectImpl
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more