pub struct WaitCheckpoint {
pub trace_id: Uuid,
pub checkpoint_id: CheckpointId,
}
Fields§
§trace_id: Uuid
§checkpoint_id: CheckpointId
Trait Implementations§
Source§impl Channels<TraceProtocol> for WaitCheckpoint
impl Channels<TraceProtocol> for WaitCheckpoint
Source§impl Clone for WaitCheckpoint
impl Clone for WaitCheckpoint
Source§fn clone(&self) -> WaitCheckpoint
fn clone(&self) -> WaitCheckpoint
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 WaitCheckpoint
impl Debug for WaitCheckpoint
Source§impl<'de> Deserialize<'de> for WaitCheckpoint
impl<'de> Deserialize<'de> for WaitCheckpoint
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<WaitCheckpoint> for TraceProtocol
impl From<WaitCheckpoint> for TraceProtocol
Source§fn from(value: WaitCheckpoint) -> Self
fn from(value: WaitCheckpoint) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WaitCheckpoint
impl RefUnwindSafe for WaitCheckpoint
impl Send for WaitCheckpoint
impl Sync for WaitCheckpoint
impl Unpin for WaitCheckpoint
impl UnwindSafe for WaitCheckpoint
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