pub struct EnableCliOptions {
pub frameworks: Vec<String>,
pub local: bool,
pub settings_local: bool,
pub print: bool,
pub db_only: bool,
pub hooks_only: bool,
pub otel: bool,
pub otel_port: u16,
pub no_otel: bool,
}Expand description
CLI options for the enable command.
Fields§
§frameworks: Vec<String>§local: bool§settings_local: bool§print: bool§db_only: bool§hooks_only: bool§otel: bool§otel_port: u16§no_otel: boolAuto Trait Implementations§
impl Freeze for EnableCliOptions
impl RefUnwindSafe for EnableCliOptions
impl Send for EnableCliOptions
impl Sync for EnableCliOptions
impl Unpin for EnableCliOptions
impl UnwindSafe for EnableCliOptions
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