#[repr(transparent)]pub struct BlockSet(pub HashSet<BlockKey>);
Expand description
A set structure that store blocks.
Tuple Fields§
§0: HashSet<BlockKey>
Implementations§
Auto Trait Implementations§
impl Freeze for BlockSet
impl !RefUnwindSafe for BlockSet
impl Send for BlockSet
impl Sync for BlockSet
impl Unpin for BlockSet
impl !UnwindSafe for BlockSet
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