pub struct NodeResponse {
pub request_id: RequestId,
pub from: EntityId,
pub to: EntityId,
pub body: NodeResponseBody,
}Expand description
A response from one node to another
Fields§
§request_id: RequestId§from: EntityId§to: EntityId§body: NodeResponseBodyTrait Implementations§
Source§impl Debug for NodeResponse
impl Debug for NodeResponse
Source§impl<'de> Deserialize<'de> for NodeResponse
impl<'de> Deserialize<'de> for NodeResponse
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 NodeResponse
impl Display for NodeResponse
Auto Trait Implementations§
impl Freeze for NodeResponse
impl RefUnwindSafe for NodeResponse
impl Send for NodeResponse
impl Sync for NodeResponse
impl Unpin for NodeResponse
impl UnsafeUnpin for NodeResponse
impl UnwindSafe for NodeResponse
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