pub(crate) struct XtaskComplete {
ctx: XtaskCtx,
}Fields§
§ctx: XtaskCtxTrait Implementations§
Auto Trait Implementations§
impl Freeze for XtaskComplete
impl RefUnwindSafe for XtaskComplete
impl Send for XtaskComplete
impl Sync for XtaskComplete
impl Unpin for XtaskComplete
impl UnsafeUnpin for XtaskComplete
impl UnwindSafe for XtaskComplete
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