Enum ckb_tx_pool::PlugTarget
source · [−]pub enum PlugTarget {
Pending,
Proposed,
}Expand description
A list for plug target for plug_entry method
Variants
Pending
Pending pool
Proposed
Proposed pool
Auto Trait Implementations
impl RefUnwindSafe for PlugTarget
impl Send for PlugTarget
impl Sync for PlugTarget
impl Unpin for PlugTarget
impl UnwindSafe for PlugTarget
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more