pub struct S3Uri {
pub bucket: String,
pub key: String,
}Expand description
A parsed s3://bucket/key URI.
Fields§
§bucket: String§key: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for S3Uri
impl RefUnwindSafe for S3Uri
impl Send for S3Uri
impl Sync for S3Uri
impl Unpin for S3Uri
impl UnsafeUnpin for S3Uri
impl UnwindSafe for S3Uri
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