pub struct ScheduleHandle {
pub task_id: Option<TaskId>,
pub status: ScheduleStatus,
}Expand description
Handle to a scheduled resonance task
Fields§
§task_id: Option<TaskId>§status: ScheduleStatusTrait Implementations§
Source§impl Clone for ScheduleHandle
impl Clone for ScheduleHandle
Source§fn clone(&self) -> ScheduleHandle
fn clone(&self) -> ScheduleHandle
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 ScheduleHandle
impl RefUnwindSafe for ScheduleHandle
impl Send for ScheduleHandle
impl Sync for ScheduleHandle
impl Unpin for ScheduleHandle
impl UnwindSafe for ScheduleHandle
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