pub struct ValidTaskTypesRule;Expand description
Rule: All task types are valid.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidTaskTypesRule
impl RefUnwindSafe for ValidTaskTypesRule
impl Send for ValidTaskTypesRule
impl Sync for ValidTaskTypesRule
impl Unpin for ValidTaskTypesRule
impl UnsafeUnpin for ValidTaskTypesRule
impl UnwindSafe for ValidTaskTypesRule
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