Expand description
Represents a pointer to an object in S3 bucket.
Fields
bucket: &'b Present<Bucket>key: StringImplementations
Trait Implementations
sourceimpl<'b> PartialEq<BucketKey<'b>> for BucketKey<'b>
impl<'b> PartialEq<BucketKey<'b>> for BucketKey<'b>
impl<'b> Eq for BucketKey<'b>
impl External for BucketKey<'_>
impl<'b> StructuralEq for BucketKey<'b>
impl<'b> StructuralPartialEq for BucketKey<'b>
Auto Trait Implementations
impl<'b> RefUnwindSafe for BucketKey<'b>
impl<'b> Send for BucketKey<'b>
impl<'b> Sync for BucketKey<'b>
impl<'b> Unpin for BucketKey<'b>
impl<'b> UnwindSafe for BucketKey<'b>
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
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.sourceimpl<T> ExternalState<T> for Twhere
T: External,
impl<T> ExternalState<T> for Twhere
T: External,
sourcefn invalidate_state(self) -> T
fn invalidate_state(self) -> T
Gets base undefined state representation from concrete state.