pub struct GetSession {
pub session_id: Uuid,
}
Fields§
§session_id: Uuid
Trait Implementations§
Source§impl Channels<TraceProtocol> for GetSession
impl Channels<TraceProtocol> for GetSession
Source§impl Clone for GetSession
impl Clone for GetSession
Source§fn clone(&self) -> GetSession
fn clone(&self) -> GetSession
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetSession
impl Debug for GetSession
Source§impl<'de> Deserialize<'de> for GetSession
impl<'de> Deserialize<'de> for GetSession
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<GetSession> for TraceProtocol
impl From<GetSession> for TraceProtocol
Source§fn from(value: GetSession) -> Self
fn from(value: GetSession) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GetSession
impl RefUnwindSafe for GetSession
impl Send for GetSession
impl Sync for GetSession
impl Unpin for GetSession
impl UnwindSafe for GetSession
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