pub struct TimeLimit {
pub soft: i64,
pub hard: i64,
}
Expand description
Soft and hard time limits
Fields§
§soft: i64
§hard: i64
Trait Implementations§
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