Struct worker::ScheduledEvent
source · pub struct ScheduledEvent { /* private fields */ }
Expand description
Implementations
Trait Implementations
sourceimpl Clone for ScheduledEvent
impl Clone for ScheduledEvent
sourcefn clone(&self) -> ScheduledEvent
fn clone(&self) -> ScheduledEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ScheduledEvent
impl Debug for ScheduledEvent
sourceimpl From<ScheduledEvent> for ScheduledEvent
impl From<ScheduledEvent> for ScheduledEvent
sourcefn from(schedule: EdgeScheduledEvent) -> Self
fn from(schedule: EdgeScheduledEvent) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for ScheduledEvent
impl Send for ScheduledEvent
impl Sync for ScheduledEvent
impl Unpin for ScheduledEvent
impl UnwindSafe for ScheduledEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more