#[repr(C)]pub struct TimeBoxConfig {
pub limit: Duration,
pub inner: PolicyNodeIndex,
}Fields§
§limit: Duration§inner: PolicyNodeIndexTrait Implementations§
Source§impl Clone for TimeBoxConfig
impl Clone for TimeBoxConfig
Source§fn clone(&self) -> TimeBoxConfig
fn clone(&self) -> TimeBoxConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TimeBoxConfig
impl Debug for TimeBoxConfig
impl Copy for TimeBoxConfig
Auto Trait Implementations§
impl Freeze for TimeBoxConfig
impl RefUnwindSafe for TimeBoxConfig
impl Send for TimeBoxConfig
impl Sync for TimeBoxConfig
impl Unpin for TimeBoxConfig
impl UnsafeUnpin for TimeBoxConfig
impl UnwindSafe for TimeBoxConfig
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