pub struct BucketOptions {
pub path_style: bool,
pub list_objects_v2: bool,
}Expand description
Custom options for bucket connections
Fields§
§path_style: bool§list_objects_v2: boolTrait Implementations§
Source§impl Debug for BucketOptions
impl Debug for BucketOptions
Auto Trait Implementations§
impl Freeze for BucketOptions
impl RefUnwindSafe for BucketOptions
impl Send for BucketOptions
impl Sync for BucketOptions
impl Unpin for BucketOptions
impl UnwindSafe for BucketOptions
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