pub struct Submitted { /* private fields */ }Expand description
Operation has been submitted and is in flight.
In this state, the operation cannot be modified but can be polled for completion. The operation ID is used to track the operation in the kernel.
Trait Implementations§
impl Copy for Submitted
impl OperationState for Submitted
Auto Trait Implementations§
impl Freeze for Submitted
impl RefUnwindSafe for Submitted
impl Send for Submitted
impl Sync for Submitted
impl Unpin for Submitted
impl UnwindSafe for Submitted
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