pub struct BucketDef {
pub name: String,
pub bucket_settings: BucketSettings,
}Fields§
§name: String§bucket_settings: BucketSettingsImplementations§
Trait Implementations§
Source§impl PartialOrd for BucketDef
impl PartialOrd for BucketDef
impl StructuralPartialEq for BucketDef
Auto Trait Implementations§
impl Freeze for BucketDef
impl RefUnwindSafe for BucketDef
impl Send for BucketDef
impl Sync for BucketDef
impl Unpin for BucketDef
impl UnsafeUnpin for BucketDef
impl UnwindSafe for BucketDef
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