Struct kube_runtime::wait::conditions::Or
source · pub struct Or<A, B>(_, _);
Expand description
See Condition::or
Trait Implementations§
source§impl<A, B, K> Condition<K> for Or<A, B>where
A: Condition<K>,
B: Condition<K>,
impl<A, B, K> Condition<K> for Or<A, B>where A: Condition<K>, B: Condition<K>,
source§impl<A: PartialEq, B: PartialEq> PartialEq<Or<A, B>> for Or<A, B>
impl<A: PartialEq, B: PartialEq> PartialEq<Or<A, B>> for Or<A, B>
impl<A: Copy, B: Copy> Copy for Or<A, B>
impl<A: Eq, B: Eq> Eq for Or<A, B>
impl<A, B> StructuralEq for Or<A, B>
impl<A, B> StructuralPartialEq for Or<A, B>
Auto Trait Implementations§
impl<A, B> RefUnwindSafe for Or<A, B>where A: RefUnwindSafe, B: RefUnwindSafe,
impl<A, B> Send for Or<A, B>where A: Send, B: Send,
impl<A, B> Sync for Or<A, B>where A: Sync, B: Sync,
impl<A, B> Unpin for Or<A, B>where A: Unpin, B: Unpin,
impl<A, B> UnwindSafe for Or<A, B>where A: UnwindSafe, B: UnwindSafe,
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.