pub struct GenOptions {
pub is_halt_function: bool,
}Fields§
§is_halt_function: boolAuto Trait Implementations§
impl Freeze for GenOptions
impl RefUnwindSafe for GenOptions
impl Send for GenOptions
impl Sync for GenOptions
impl Unpin for GenOptions
impl UnwindSafe for GenOptions
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