pub struct AdminRpcContactInfo {Show 13 fields
pub id: String,
pub gossip: SocketAddr,
pub tvu: SocketAddr,
pub tvu_quic: SocketAddr,
pub serve_repair_quic: SocketAddr,
pub tpu: SocketAddr,
pub tpu_forwards: SocketAddr,
pub tpu_vote: SocketAddr,
pub rpc: SocketAddr,
pub rpc_pubsub: SocketAddr,
pub serve_repair: SocketAddr,
pub last_updated_timestamp: u64,
pub shred_version: u16,
}Fields§
§id: String§gossip: SocketAddr§tvu: SocketAddr§tvu_quic: SocketAddr§serve_repair_quic: SocketAddr§tpu: SocketAddr§tpu_forwards: SocketAddr§tpu_vote: SocketAddr§rpc: SocketAddr§rpc_pubsub: SocketAddr§serve_repair: SocketAddr§last_updated_timestamp: u64§shred_version: u16Trait Implementations§
Source§impl Debug for AdminRpcContactInfo
impl Debug for AdminRpcContactInfo
Source§impl<'de> Deserialize<'de> for AdminRpcContactInfo
impl<'de> Deserialize<'de> for AdminRpcContactInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for AdminRpcContactInfo
impl Display for AdminRpcContactInfo
Source§impl From<ContactInfo> for AdminRpcContactInfo
impl From<ContactInfo> for AdminRpcContactInfo
Source§fn from(node: ContactInfo) -> Self
fn from(node: ContactInfo) -> Self
Converts to this type from the input type.
Source§impl QuietDisplay for AdminRpcContactInfo
impl QuietDisplay for AdminRpcContactInfo
Source§impl Serialize for AdminRpcContactInfo
impl Serialize for AdminRpcContactInfo
Auto Trait Implementations§
impl Freeze for AdminRpcContactInfo
impl RefUnwindSafe for AdminRpcContactInfo
impl Send for AdminRpcContactInfo
impl Sync for AdminRpcContactInfo
impl Unpin for AdminRpcContactInfo
impl UnwindSafe for AdminRpcContactInfo
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> 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 moreSource§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::RequestSource§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.