Struct openethereum::run::FullNodeInfo
source · [−]Fields
miner: Option<Arc<Miner>>
Trait Implementations
sourceimpl NodeInfo for FullNodeInfo
impl NodeInfo for FullNodeInfo
sourcefn pending_transactions(&self) -> Vec<PendingTransaction>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
fn pending_transactions(&self) -> Vec<PendingTransaction>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
Get all pending transactions of local origin.
Auto Trait Implementations
impl !RefUnwindSafe for FullNodeInfo
impl Send for FullNodeInfo
impl Sync for FullNodeInfo
impl Unpin for FullNodeInfo
impl !UnwindSafe for FullNodeInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more