pub struct MaaTasker { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for MaaTasker
impl RefUnwindSafe for MaaTasker
impl Send for MaaTasker
impl Sync for MaaTasker
impl Unpin for MaaTasker
impl UnwindSafe for MaaTasker
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