pub struct AsyncTaskGetRequest { /* private fields */ }Expand description
Request for retrieving any asynchronous task by its task identifier.
Implementations§
Trait Implementations§
Source§impl Clone for AsyncTaskGetRequest
impl Clone for AsyncTaskGetRequest
Source§fn clone(&self) -> AsyncTaskGetRequest
fn clone(&self) -> AsyncTaskGetRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AsyncTaskGetRequest
impl RefUnwindSafe for AsyncTaskGetRequest
impl Send for AsyncTaskGetRequest
impl Sync for AsyncTaskGetRequest
impl Unpin for AsyncTaskGetRequest
impl UnsafeUnpin for AsyncTaskGetRequest
impl UnwindSafe for AsyncTaskGetRequest
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