pub struct ReplayStepCommandMsg {
pub replay_session: Ustr,
pub request_id: Ustr,
pub step: i64,
}Fields§
§replay_session: Ustr§request_id: Ustr§step: i64Implementations§
Source§impl ReplayStepCommandMsg
impl ReplayStepCommandMsg
Sourcepub fn builder() -> ReplayStepCommandMsgBuilder
pub fn builder() -> ReplayStepCommandMsgBuilder
Create an instance of ReplayStepCommandMsg using the builder syntax
Trait Implementations§
Source§impl Clone for ReplayStepCommandMsg
impl Clone for ReplayStepCommandMsg
impl Copy for ReplayStepCommandMsg
Source§impl Debug for ReplayStepCommandMsg
impl Debug for ReplayStepCommandMsg
Source§impl<'de> Deserialize<'de> for ReplayStepCommandMsg
impl<'de> Deserialize<'de> for ReplayStepCommandMsg
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
Auto Trait Implementations§
impl Freeze for ReplayStepCommandMsg
impl RefUnwindSafe for ReplayStepCommandMsg
impl Send for ReplayStepCommandMsg
impl Sync for ReplayStepCommandMsg
impl Unpin for ReplayStepCommandMsg
impl UnsafeUnpin for ReplayStepCommandMsg
impl UnwindSafe for ReplayStepCommandMsg
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