pub struct RunLock { /* private fields */ }Expand description
Holds one trigger’s run lock — proof that no other run of it is in flight.
Auto Trait Implementations§
impl Freeze for RunLock
impl RefUnwindSafe for RunLock
impl Send for RunLock
impl Sync for RunLock
impl Unpin for RunLock
impl UnsafeUnpin for RunLock
impl UnwindSafe for RunLock
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