pub enum OutboxRelayRunReport {
Progress {
processed_outbox_count: ProcessedOutboxCount,
},
Idle,
Throttled,
}Variants§
Trait Implementations§
Source§impl Clone for OutboxRelayRunReport
impl Clone for OutboxRelayRunReport
Source§fn clone(&self) -> OutboxRelayRunReport
fn clone(&self) -> OutboxRelayRunReport
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 OutboxRelayRunReport
impl Debug for OutboxRelayRunReport
Source§impl PartialEq for OutboxRelayRunReport
impl PartialEq for OutboxRelayRunReport
impl Copy for OutboxRelayRunReport
impl Eq for OutboxRelayRunReport
impl StructuralPartialEq for OutboxRelayRunReport
Auto Trait Implementations§
impl Freeze for OutboxRelayRunReport
impl RefUnwindSafe for OutboxRelayRunReport
impl Send for OutboxRelayRunReport
impl Sync for OutboxRelayRunReport
impl Unpin for OutboxRelayRunReport
impl UnwindSafe for OutboxRelayRunReport
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