pub struct TaskConfiguration {
pub name: Id,
pub priority: u32,
pub interval: Option<Duration>,
}Fields§
§name: Id§priority: u32§interval: Option<Duration>Trait Implementations§
Source§impl Debug for TaskConfiguration
impl Debug for TaskConfiguration
Source§impl PartialEq for TaskConfiguration
impl PartialEq for TaskConfiguration
impl StructuralPartialEq for TaskConfiguration
Auto Trait Implementations§
impl Freeze for TaskConfiguration
impl RefUnwindSafe for TaskConfiguration
impl Send for TaskConfiguration
impl Sync for TaskConfiguration
impl Unpin for TaskConfiguration
impl UnwindSafe for TaskConfiguration
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