Struct interlock::raw::future::InProgress
source · pub struct InProgress { /* private fields */ }
Available on crate feature
async
only.Expand description
The structure that describes a pending borrow operation.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for InProgress
impl Send for InProgress
impl Sync for InProgress
impl Unpin for InProgress
impl UnwindSafe for InProgress
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