pub struct QueuedDispatch {
pub hostname: String,
pub rollout_id: RolloutId,
pub target_closure: String,
pub soak_due_at: DateTime<Utc>,
pub enqueued_at: DateTime<Utc>,
}Fields§
§hostname: String§rollout_id: RolloutId§target_closure: String§soak_due_at: DateTime<Utc>§enqueued_at: DateTime<Utc>Trait Implementations§
Source§impl Clone for QueuedDispatch
impl Clone for QueuedDispatch
Source§fn clone(&self) -> QueuedDispatch
fn clone(&self) -> QueuedDispatch
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 QueuedDispatch
impl RefUnwindSafe for QueuedDispatch
impl Send for QueuedDispatch
impl Sync for QueuedDispatch
impl Unpin for QueuedDispatch
impl UnwindSafe for QueuedDispatch
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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