pub struct ScheduleStatusEntry {
pub schedule: ScheduleDefinition,
pub backend: ScheduleBackend,
pub state: ScheduleState,
pub run_state: ScheduleRunState,
}Fields§
§schedule: ScheduleDefinition§backend: ScheduleBackend§state: ScheduleState§run_state: ScheduleRunStateTrait Implementations§
Source§impl Clone for ScheduleStatusEntry
impl Clone for ScheduleStatusEntry
Source§fn clone(&self) -> ScheduleStatusEntry
fn clone(&self) -> ScheduleStatusEntry
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 ScheduleStatusEntry
impl Debug for ScheduleStatusEntry
Source§impl<'de> Deserialize<'de> for ScheduleStatusEntry
impl<'de> Deserialize<'de> for ScheduleStatusEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ScheduleStatusEntry
impl PartialEq for ScheduleStatusEntry
Source§impl Serialize for ScheduleStatusEntry
impl Serialize for ScheduleStatusEntry
impl Eq for ScheduleStatusEntry
impl StructuralPartialEq for ScheduleStatusEntry
Auto Trait Implementations§
impl Freeze for ScheduleStatusEntry
impl RefUnwindSafe for ScheduleStatusEntry
impl Send for ScheduleStatusEntry
impl Sync for ScheduleStatusEntry
impl Unpin for ScheduleStatusEntry
impl UnsafeUnpin for ScheduleStatusEntry
impl UnwindSafe for ScheduleStatusEntry
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