Struct solana_client::nonblocking::udp_client::UdpTpuConnection
source · pub struct UdpTpuConnection {
pub socket: UdpSocket,
pub addr: SocketAddr,
}
Fields§
§socket: UdpSocket
§addr: SocketAddr
Implementations§
source§impl UdpClientConnection
impl UdpClientConnection
pub fn new_from_addr( socket: UdpSocket, server_addr: SocketAddr ) -> UdpClientConnection
Trait Implementations§
source§impl ClientConnection for UdpClientConnection
impl ClientConnection for UdpClientConnection
fn server_addr(&self) -> &SocketAddr
fn send_data<'life0, 'life1, 'async_trait>(
&'life0 self,
buffer: &'life1 [u8]
) -> Pin<Box<dyn Future<Output = Result<(), TransportError>> + Send + 'async_trait>>where
'life0: 'async_trait,
'life1: 'async_trait,
UdpClientConnection: 'async_trait,
fn send_data_batch<'life0, 'life1, 'async_trait>(
&'life0 self,
buffers: &'life1 [Vec<u8>]
) -> Pin<Box<dyn Future<Output = Result<(), TransportError>> + Send + 'async_trait>>where
'life0: 'async_trait,
'life1: 'async_trait,
UdpClientConnection: 'async_trait,
Auto Trait Implementations§
impl RefUnwindSafe for UdpClientConnection
impl Send for UdpClientConnection
impl Sync for UdpClientConnection
impl Unpin for UdpClientConnection
impl UnwindSafe for UdpClientConnection
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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