pub struct InferOptions {
pub use_database_when_accounts_empty: bool,
pub apply_migrations: bool,
pub select_audit_provider: bool,
}Expand description
Options for backend target inference.
Fields§
§use_database_when_accounts_empty: boolSelect the database backend when no accounts.
apply_migrations: boolApply database migrations.
select_audit_provider: boolAvailable on crate feature
audit only.Select the backend target audit provider.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InferOptions
impl RefUnwindSafe for InferOptions
impl Send for InferOptions
impl Sync for InferOptions
impl Unpin for InferOptions
impl UnwindSafe for InferOptions
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