Struct zng_task::DEADLINE_APP
source · pub struct DEADLINE_APP;Expand description
Deadline APP integration.
Implementations§
source§impl DEADLINE_APP
impl DEADLINE_APP
Auto Trait Implementations§
impl Freeze for DEADLINE_APP
impl RefUnwindSafe for DEADLINE_APP
impl Send for DEADLINE_APP
impl Sync for DEADLINE_APP
impl Unpin for DEADLINE_APP
impl UnwindSafe for DEADLINE_APP
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