pub enum OnBusy {
Skip,
Wait,
Fail,
}Expand description
What a concurrent same-identity keel exec does while the lease is held
by a live process (CCR-4). Default skip — the mkdir-mutex pattern.
Variants§
Trait Implementations§
impl Copy for OnBusy
Source§impl<'de> Deserialize<'de> for OnBusy
impl<'de> Deserialize<'de> for OnBusy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for OnBusy
impl StructuralPartialEq for OnBusy
Auto Trait Implementations§
impl Freeze for OnBusy
impl RefUnwindSafe for OnBusy
impl Send for OnBusy
impl Sync for OnBusy
impl Unpin for OnBusy
impl UnsafeUnpin for OnBusy
impl UnwindSafe for OnBusy
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