Enum ckb_tx_pool::PlugTarget [−][src]
pub enum PlugTarget {
Pending,
Proposed,
}Expand description
A list for plug target for plug_entry method
Variants
Pending pool
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
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,