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