pub struct ReplaySelector {
pub ids: Vec<String>,
pub event: Option<String>,
pub task_id: Option<String>,
pub limit: usize,
pub max_replay_attempts: u32,
}Fields§
§ids: Vec<String>§event: Option<String>§task_id: Option<String>§limit: usize§max_replay_attempts: u32Trait Implementations§
Source§impl Clone for ReplaySelector
impl Clone for ReplaySelector
Source§fn clone(&self) -> ReplaySelector
fn clone(&self) -> ReplaySelector
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 moreAuto Trait Implementations§
impl Freeze for ReplaySelector
impl RefUnwindSafe for ReplaySelector
impl Send for ReplaySelector
impl Sync for ReplaySelector
impl Unpin for ReplaySelector
impl UnsafeUnpin for ReplaySelector
impl UnwindSafe for ReplaySelector
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