pub struct NetworkInterface<N: NetworkZone> { /* private fields */ }Expand description
The interface to Monero’s P2P network on a certain [NetworkZone].
Implementations§
Source§impl<N: NetworkZone> NetworkInterface<N>
impl<N: NetworkZone> NetworkInterface<N>
Sourcepub fn broadcast_svc(&self) -> BroadcastSvc<N>
pub fn broadcast_svc(&self) -> BroadcastSvc<N>
Returns a service which allows broadcasting messages to all the connected peers in a specific [NetworkZone].
Sourcepub fn block_downloader<C>(
&self,
our_chain_service: C,
config: BlockDownloaderConfig,
) -> BufferStream<BlockBatch>where
C: Service<ChainSvcRequest<N>, Response = ChainSvcResponse<N>, Error = BoxError> + Send + 'static,
C::Future: Send + 'static,
pub fn block_downloader<C>(
&self,
our_chain_service: C,
config: BlockDownloaderConfig,
) -> BufferStream<BlockBatch>where
C: Service<ChainSvcRequest<N>, Response = ChainSvcResponse<N>, Error = BoxError> + Send + 'static,
C::Future: Send + 'static,
Starts the block downloader and returns a stream that will yield sequentially downloaded blocks.
Sourcepub fn address_book(
&self,
) -> BoxCloneService<AddressBookRequest<N>, AddressBookResponse<N>, BoxError>
pub fn address_book( &self, ) -> BoxCloneService<AddressBookRequest<N>, AddressBookResponse<N>, BoxError>
Returns the address book service.
Sourcepub fn peer_set(
&mut self,
) -> &mut BoxCloneService<PeerSetRequest, PeerSetResponse<N>, BoxError>
pub fn peer_set( &mut self, ) -> &mut BoxCloneService<PeerSetRequest, PeerSetResponse<N>, BoxError>
Borrows the PeerSet, for access to connected peers.
Trait Implementations§
Source§impl<N: Clone + NetworkZone> Clone for NetworkInterface<N>
impl<N: Clone + NetworkZone> Clone for NetworkInterface<N>
Source§fn clone(&self) -> NetworkInterface<N>
fn clone(&self) -> NetworkInterface<N>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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<N> !RefUnwindSafe for NetworkInterface<N>
impl<N> !Sync for NetworkInterface<N>
impl<N> !UnwindSafe for NetworkInterface<N>
impl<N> Freeze for NetworkInterface<N>
impl<N> Send for NetworkInterface<N>
impl<N> Unpin for NetworkInterface<N>
impl<N> UnsafeUnpin for NetworkInterface<N>
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more§impl<T> Pointable for T
impl<T> Pointable for T
impl<T> Read<Exclusive, BecauseExclusive> for Twhere
T: ?Sized,
§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> ⓘwhere
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> ⓘwhere
S: Into<Dispatch>,
§fn with_current_subscriber(self) -> WithDispatch<Self> ⓘ
fn with_current_subscriber(self) -> WithDispatch<Self> ⓘ
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 72 bytes