pub struct WheelAdvanceResult {
pub id: TaskId,
pub callback: Option<CallbackWrapper>,
}Fields§
§id: TaskId§callback: Option<CallbackWrapper>Auto Trait Implementations§
impl Freeze for WheelAdvanceResult
impl !RefUnwindSafe for WheelAdvanceResult
impl Send for WheelAdvanceResult
impl Sync for WheelAdvanceResult
impl Unpin for WheelAdvanceResult
impl !UnwindSafe for WheelAdvanceResult
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