pub enum ReplayPolicy {
Instant,
Original,
}Expand description
Replay policy for consumers.
Variants§
Trait Implementations§
Source§impl Clone for ReplayPolicy
impl Clone for ReplayPolicy
Source§fn clone(&self) -> ReplayPolicy
fn clone(&self) -> ReplayPolicy
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 ReplayPolicy
impl Debug for ReplayPolicy
Source§impl Default for ReplayPolicy
impl Default for ReplayPolicy
Source§fn default() -> ReplayPolicy
fn default() -> ReplayPolicy
Returns the “default value” for a type. Read more
Source§impl From<ReplayPolicy> for ReplayPolicy
impl From<ReplayPolicy> for ReplayPolicy
Source§fn from(policy: ReplayPolicy) -> Self
fn from(policy: ReplayPolicy) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReplayPolicy
impl PartialEq for ReplayPolicy
impl Copy for ReplayPolicy
impl Eq for ReplayPolicy
impl StructuralPartialEq for ReplayPolicy
Auto Trait Implementations§
impl Freeze for ReplayPolicy
impl RefUnwindSafe for ReplayPolicy
impl Send for ReplayPolicy
impl Sync for ReplayPolicy
impl Unpin for ReplayPolicy
impl UnwindSafe for ReplayPolicy
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