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