pub struct TimeLimit(pub Duration);Expand description
Optimizer time limit in seconds. https://www.ibm.com/docs/en/icos/12.9.0?topic=parameters-optimizer-time-limit-in-seconds
Tuple Fields§
§0: DurationTrait Implementations§
impl Copy for TimeLimit
Auto Trait Implementations§
impl Freeze for TimeLimit
impl RefUnwindSafe for TimeLimit
impl Send for TimeLimit
impl Sync for TimeLimit
impl Unpin for TimeLimit
impl UnwindSafe for TimeLimit
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