pub struct S3Path {
pub bucket: Bucket,
pub prefix: Prefix,
}Expand description
A bucket & prefix combination.
Fields§
§bucket: BucketName of bucket
prefix: PrefixPrefix inside the bucket
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for S3Path
impl RefUnwindSafe for S3Path
impl Send for S3Path
impl Sync for S3Path
impl Unpin for S3Path
impl UnsafeUnpin for S3Path
impl UnwindSafe for S3Path
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