pub struct BucketItem {}
Expand description
Each item in the UmaBucket::items
.
Auto Trait Implementations§
impl Freeze for BucketItem
impl RefUnwindSafe for BucketItem
impl Send for BucketItem
impl Sync for BucketItem
impl Unpin for BucketItem
impl UnwindSafe for BucketItem
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