struct SlotHistoryBits(BitVec<u64>);
Tuple Fields§
§0: BitVec<u64>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SlotHistoryBits
impl Send for SlotHistoryBits
impl Sync for SlotHistoryBits
impl Unpin for SlotHistoryBits
impl UnwindSafe for SlotHistoryBits
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