pub enum DependencyPredicate {
Succeeds,
Fails,
TimedOut,
Cancelled,
Completes,
}Variants§
Trait Implementations§
Source§impl Clone for DependencyPredicate
impl Clone for DependencyPredicate
Source§fn clone(&self) -> DependencyPredicate
fn clone(&self) -> DependencyPredicate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DependencyPredicate
impl Debug for DependencyPredicate
impl Eq for DependencyPredicate
Source§impl PartialEq for DependencyPredicate
impl PartialEq for DependencyPredicate
impl StructuralPartialEq for DependencyPredicate
Auto Trait Implementations§
impl Freeze for DependencyPredicate
impl RefUnwindSafe for DependencyPredicate
impl Send for DependencyPredicate
impl Sync for DependencyPredicate
impl Unpin for DependencyPredicate
impl UnsafeUnpin for DependencyPredicate
impl UnwindSafe for DependencyPredicate
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