pub struct TraceHandoff {
pub successor_session_id: String,
}Fields§
§successor_session_id: StringTrait Implementations§
Source§impl Clone for TraceHandoff
impl Clone for TraceHandoff
Source§fn clone(&self) -> TraceHandoff
fn clone(&self) -> TraceHandoff
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TraceHandoff
impl Debug for TraceHandoff
Source§impl<'de> Deserialize<'de> for TraceHandoff
impl<'de> Deserialize<'de> for TraceHandoff
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 PartialEq for TraceHandoff
impl PartialEq for TraceHandoff
Source§fn eq(&self, other: &TraceHandoff) -> bool
fn eq(&self, other: &TraceHandoff) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TraceHandoff
impl Serialize for TraceHandoff
impl Eq for TraceHandoff
impl StructuralPartialEq for TraceHandoff
Auto Trait Implementations§
impl Freeze for TraceHandoff
impl RefUnwindSafe for TraceHandoff
impl Send for TraceHandoff
impl Sync for TraceHandoff
impl Unpin for TraceHandoff
impl UnsafeUnpin for TraceHandoff
impl UnwindSafe for TraceHandoff
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