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