[−][src]Struct cortex::backend::RerunOptions
Options container for relevant fields in requesting a (corpus, service)
rerun
Fields
corpus: &'a Corpus
corpus to rerun
service: &'a Service
service to rerun
severity_opt: Option<String>
optionally, severity level filter
category_opt: Option<String>
optionally, category level filter
what_opt: Option<String>
optionally, what level filter
owner_opt: Option<String>
optionally, owner of the rerun (default is "admin")
description_opt: Option<String>
optionally, description of the rerun (default is "rerun")
Auto Trait Implementations
impl<'a> RefUnwindSafe for RerunOptions<'a>
impl<'a> Send for RerunOptions<'a>
impl<'a> Sync for RerunOptions<'a>
impl<'a> Unpin for RerunOptions<'a>
impl<'a> UnwindSafe for RerunOptions<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T, I> AsResult<T, I> for T where
I: Input,
[+]
I: Input,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoCollection<T> for T
[+]
impl<T> IntoSql for T
[+]
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
T: ?Sized,
T: ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
[+]
T: Any,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[+]
V: MultiLane<T>,