pub struct TimeBasedTriggerResult {
pub gap_minutes: f64,
pub config: TimeBasedMCConfig,
}Fields§
§gap_minutes: f64§config: TimeBasedMCConfigAuto Trait Implementations§
impl Freeze for TimeBasedTriggerResult
impl RefUnwindSafe for TimeBasedTriggerResult
impl Send for TimeBasedTriggerResult
impl Sync for TimeBasedTriggerResult
impl Unpin for TimeBasedTriggerResult
impl UnsafeUnpin for TimeBasedTriggerResult
impl UnwindSafe for TimeBasedTriggerResult
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