Struct mountpoint_s3_client::ETag
source · pub struct ETag { /* private fields */ }Implementations§
Trait Implementations§
source§impl PartialEq<ETag> for ETag
impl PartialEq<ETag> for ETag
impl StructuralPartialEq for ETag
Auto Trait Implementations§
impl RefUnwindSafe for ETag
impl Send for ETag
impl Sync for ETag
impl Unpin for ETag
impl UnwindSafe for ETag
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