Struct fuel_core::service::adapters::TransactionsSource
source · pub struct TransactionsSource { /* private fields */ }
Implementations§
source§impl TransactionsSource
impl TransactionsSource
pub fn new( txpool: TxPoolSharedState<P2PAdapter, Database>, block_height: BlockHeight ) -> Self
Trait Implementations§
source§impl Clone for TransactionsSource
impl Clone for TransactionsSource
source§fn clone(&self) -> TransactionsSource
fn clone(&self) -> TransactionsSource
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for TransactionsSource
impl Send for TransactionsSource
impl Sync for TransactionsSource
impl Unpin for TransactionsSource
impl !UnwindSafe for TransactionsSource
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