pub enum TaskHandlerStatusPS {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TaskHandlerStatusPS
impl RefUnwindSafe for TaskHandlerStatusPS
impl Send for TaskHandlerStatusPS
impl Sync for TaskHandlerStatusPS
impl Unpin for TaskHandlerStatusPS
impl UnwindSafe for TaskHandlerStatusPS
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