pub struct AsyncTask {
pub id: ODataId,
pub retry_after_secs: Option<u64>,
}Expand description
Outcome of a mutating Redfish operation that can complete asynchronously.
Fields§
§id: ODataIdRequest completed successfully with no response body
retry_after_secs: Option<u64>The recommended number of seconds to wait before polling again
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsyncTask
impl RefUnwindSafe for AsyncTask
impl Send for AsyncTask
impl Sync for AsyncTask
impl Unpin for AsyncTask
impl UnsafeUnpin for AsyncTask
impl UnwindSafe for AsyncTask
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