Struct chalk_recursive::fixed_point::search_graph::DepthFirstNumber
source · pub(super) struct DepthFirstNumber {
index: usize,
}
Fields§
§index: usize
Implementations§
source§impl DepthFirstNumber
impl DepthFirstNumber
pub(crate) const MAX: DepthFirstNumber = _
Trait Implementations§
source§impl Add<usize> for DepthFirstNumber
impl Add<usize> for DepthFirstNumber
§type Output = DepthFirstNumber
type Output = DepthFirstNumber
The resulting type after applying the
+
operator.source§impl Clone for DepthFirstNumber
impl Clone for DepthFirstNumber
source§fn clone(&self) -> DepthFirstNumber
fn clone(&self) -> DepthFirstNumber
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 DepthFirstNumber
impl Debug for DepthFirstNumber
source§impl Hash for DepthFirstNumber
impl Hash for DepthFirstNumber
source§impl<K, V> Index<DepthFirstNumber> for SearchGraph<K, V>
impl<K, V> Index<DepthFirstNumber> for SearchGraph<K, V>
source§impl<K, V> IndexMut<DepthFirstNumber> for SearchGraph<K, V>
impl<K, V> IndexMut<DepthFirstNumber> for SearchGraph<K, V>
source§impl Ord for DepthFirstNumber
impl Ord for DepthFirstNumber
source§fn cmp(&self, other: &DepthFirstNumber) -> Ordering
fn cmp(&self, other: &DepthFirstNumber) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for DepthFirstNumber
impl PartialEq for DepthFirstNumber
source§fn eq(&self, other: &DepthFirstNumber) -> bool
fn eq(&self, other: &DepthFirstNumber) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DepthFirstNumber
impl PartialOrd for DepthFirstNumber
source§fn partial_cmp(&self, other: &DepthFirstNumber) -> Option<Ordering>
fn partial_cmp(&self, other: &DepthFirstNumber) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for DepthFirstNumber
impl Eq for DepthFirstNumber
impl StructuralPartialEq for DepthFirstNumber
Auto Trait Implementations§
impl Freeze for DepthFirstNumber
impl RefUnwindSafe for DepthFirstNumber
impl Send for DepthFirstNumber
impl Sync for DepthFirstNumber
impl Unpin for DepthFirstNumber
impl UnwindSafe for DepthFirstNumber
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<T> Cast for T
impl<T> Cast for T
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.