pub enum Opt {
Development,
BeginnersSupport,
Release,
}Expand description
Optimization.
最適化。
Variants§
Development
Displays the work running in the background to standard output.
バックグラウンドで実行中の作業を標準出力に表示します。
BeginnersSupport
Corrects TOML format errors automatically.
TOML形式のエラーを自動的に修正します。
Release
It limits functions and improves execution speed.
機能を制限し、実行速度を向上させます。
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Opt
impl RefUnwindSafe for Opt
impl Send for Opt
impl Sync for Opt
impl Unpin for Opt
impl UnwindSafe for Opt
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