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