pub struct Pool { /* private fields */ }Expand description
Validator pool that keeps requested transactions.
Implementations§
Source§impl Pool
impl Pool
Sourcepub fn add(&mut self, group: Group, sender: U256)
pub fn add(&mut self, group: Group, sender: U256)
Add a new group. sender must correspond to the group sender that is
required on group creation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pool
impl RefUnwindSafe for Pool
impl Send for Pool
impl Sync for Pool
impl Unpin for Pool
impl UnsafeUnpin for Pool
impl UnwindSafe for Pool
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