pub struct Necessist {Show 16 fields
pub allow: Vec<Warning>,
pub default_config: bool,
pub deny: Vec<Warning>,
pub dump: bool,
pub dump_candidate_counts: bool,
pub dump_candidates: bool,
pub no_local_functions: bool,
pub no_sqlite: bool,
pub quiet: bool,
pub reset: bool,
pub resume: bool,
pub root: Option<PathBuf>,
pub timeout: Option<u64>,
pub verbose: bool,
pub source_files: Vec<PathBuf>,
pub args: Vec<String>,
}Fields§
§allow: Vec<Warning>§default_config: bool§deny: Vec<Warning>§dump: bool§dump_candidate_counts: bool§dump_candidates: bool§no_local_functions: bool§no_sqlite: bool§quiet: bool§reset: bool§resume: bool§root: Option<PathBuf>§timeout: Option<u64>§verbose: bool§source_files: Vec<PathBuf>§args: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Necessist
impl RefUnwindSafe for Necessist
impl Send for Necessist
impl Sync for Necessist
impl Unpin for Necessist
impl UnwindSafe for Necessist
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expression
fn into_sql<T>(self) -> Self::Expression
Convert
self to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
Convert
&self to an expression for Diesel’s query builder. Read more