pub struct IgnoredJob {
pub tag: Option<String>,
pub schedule: String,
pub command: String,
pub description: Option<JobDescription>,
pub section: Option<JobSection>,
}Fields§
§tag: Option<String>§schedule: String§command: String§description: Option<JobDescription>§section: Option<JobSection>Trait Implementations§
Source§impl Clone for IgnoredJob
impl Clone for IgnoredJob
Source§fn clone(&self) -> IgnoredJob
fn clone(&self) -> IgnoredJob
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 IgnoredJob
impl Debug for IgnoredJob
Source§impl PartialEq for IgnoredJob
impl PartialEq for IgnoredJob
impl Eq for IgnoredJob
impl StructuralPartialEq for IgnoredJob
Auto Trait Implementations§
impl Freeze for IgnoredJob
impl RefUnwindSafe for IgnoredJob
impl Send for IgnoredJob
impl Sync for IgnoredJob
impl Unpin for IgnoredJob
impl UnwindSafe for IgnoredJob
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