pub(crate) enum PropagationDirection {
Forward,
Backward,
}Variants§
Trait Implementations§
source§impl Clone for PropagationDirection
impl Clone for PropagationDirection
source§fn clone(&self) -> PropagationDirection
fn clone(&self) -> PropagationDirection
Returns a copy of the value. Read more
1.0.0 · 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 PropagationDirection
impl Debug for PropagationDirection
source§impl PartialEq<PropagationDirection> for PropagationDirection
impl PartialEq<PropagationDirection> for PropagationDirection
source§fn eq(&self, other: &PropagationDirection) -> bool
fn eq(&self, other: &PropagationDirection) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for PropagationDirection
impl Eq for PropagationDirection
impl StructuralEq for PropagationDirection
impl StructuralPartialEq for PropagationDirection
Auto Trait Implementations§
impl RefUnwindSafe for PropagationDirection
impl Send for PropagationDirection
impl Sync for PropagationDirection
impl Unpin for PropagationDirection
impl UnwindSafe for PropagationDirection
Blanket Implementations§
source§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,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.