pub struct StreamReplay {
pub mode: String,
pub requested_cursor: Option<String>,
pub batch: Option<u64>,
}Fields§
§mode: String§requested_cursor: Option<String>§batch: Option<u64>Trait Implementations§
Source§impl Clone for StreamReplay
impl Clone for StreamReplay
Source§fn clone(&self) -> StreamReplay
fn clone(&self) -> StreamReplay
Returns a duplicate 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 StreamReplay
impl Debug for StreamReplay
Auto Trait Implementations§
impl Freeze for StreamReplay
impl RefUnwindSafe for StreamReplay
impl Send for StreamReplay
impl Sync for StreamReplay
impl Unpin for StreamReplay
impl UnsafeUnpin for StreamReplay
impl UnwindSafe for StreamReplay
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