pub struct SetupOpts {
pub non_interactive: bool,
pub force: bool,
}Fields§
§non_interactive: boolSkip all prompts, use auto-detected defaults.
force: boolRe-download/rebuild even if libtorch exists.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetupOpts
impl RefUnwindSafe for SetupOpts
impl Send for SetupOpts
impl Sync for SetupOpts
impl Unpin for SetupOpts
impl UnsafeUnpin for SetupOpts
impl UnwindSafe for SetupOpts
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