pub struct RemoteInfosIterRequest;
Expand description
List network path information about all the remote nodes known by this node.
There may never have been connections to these nodes, and connections may not even be possible. Nodes can also become known due to discovery mechanisms or be added manually.
Trait Implementations§
Source§impl Debug for RemoteInfosIterRequest
impl Debug for RemoteInfosIterRequest
Source§impl<'de> Deserialize<'de> for RemoteInfosIterRequest
impl<'de> Deserialize<'de> for RemoteInfosIterRequest
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 From<RemoteInfosIterRequest> for Request
impl From<RemoteInfosIterRequest> for Request
Source§fn from(value: RemoteInfosIterRequest) -> Self
fn from(value: RemoteInfosIterRequest) -> Self
Converts to this type from the input type.
Source§impl From<RemoteInfosIterRequest> for Request
impl From<RemoteInfosIterRequest> for Request
Source§fn from(value: RemoteInfosIterRequest) -> Self
fn from(value: RemoteInfosIterRequest) -> Self
Converts to this type from the input type.
Source§impl Msg<RpcService> for RemoteInfosIterRequest
impl Msg<RpcService> for RemoteInfosIterRequest
Source§type Pattern = ServerStreaming
type Pattern = ServerStreaming
The interaction pattern for this message with this service.
Source§impl Serialize for RemoteInfosIterRequest
impl Serialize for RemoteInfosIterRequest
Source§impl<'a> TryFrom<&'a Request> for &'a RemoteInfosIterRequest
impl<'a> TryFrom<&'a Request> for &'a RemoteInfosIterRequest
Source§impl<'a> TryFrom<&'a Request> for &'a RemoteInfosIterRequest
impl<'a> TryFrom<&'a Request> for &'a RemoteInfosIterRequest
Source§impl TryFrom<Request> for RemoteInfosIterRequest
impl TryFrom<Request> for RemoteInfosIterRequest
Auto Trait Implementations§
impl Freeze for RemoteInfosIterRequest
impl RefUnwindSafe for RemoteInfosIterRequest
impl Send for RemoteInfosIterRequest
impl Sync for RemoteInfosIterRequest
impl Unpin for RemoteInfosIterRequest
impl UnwindSafe for RemoteInfosIterRequest
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