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