pub struct S3PathBuf { /* private fields */ }Expand description
An owned S3 storage path.
Implementations§
Trait Implementations§
impl Eq for S3PathBuf
impl StructuralPartialEq for S3PathBuf
Auto Trait Implementations§
impl Freeze for S3PathBuf
impl RefUnwindSafe for S3PathBuf
impl Send for S3PathBuf
impl Sync for S3PathBuf
impl Unpin for S3PathBuf
impl UnwindSafe for S3PathBuf
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