pub struct BucketProperties { /* private fields */ }Trait Implementations§
Source§impl Debug for BucketProperties
impl Debug for BucketProperties
Auto Trait Implementations§
impl Freeze for BucketProperties
impl RefUnwindSafe for BucketProperties
impl Send for BucketProperties
impl Sync for BucketProperties
impl Unpin for BucketProperties
impl UnwindSafe for BucketProperties
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