pub struct WaitStart {
pub trace_id: Uuid,
pub info: NodeInfoWithAddr,
}
Fields§
§trace_id: Uuid
§info: NodeInfoWithAddr
Trait Implementations§
Source§impl Channels<TraceProtocol> for WaitStart
impl Channels<TraceProtocol> for WaitStart
Source§type Tx = Sender<Result<WaitStartResponse, RemoteError>>
type Tx = Sender<Result<WaitStartResponse, RemoteError>>
The sender type, can be either mpsc, oneshot or none
Source§impl<'de> Deserialize<'de> for WaitStart
impl<'de> Deserialize<'de> for WaitStart
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<WaitStart> for TraceProtocol
impl From<WaitStart> for TraceProtocol
Auto Trait Implementations§
impl Freeze for WaitStart
impl RefUnwindSafe for WaitStart
impl Send for WaitStart
impl Sync for WaitStart
impl Unpin for WaitStart
impl UnwindSafe for WaitStart
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