[−][src]Struct tree_automata::Sorted
Implementations
impl<X, T> Sorted<X, T>[src]
Trait Implementations
impl<X: Clone, T: Clone> Clone for Sorted<X, T>[src]
impl<X: Copy, T: Copy> Copy for Sorted<X, T>[src]
impl<X: Debug, T: Debug> Debug for Sorted<X, T>[src]
impl<X: Display, T: Display> Display for Sorted<X, T>[src]
impl<X: Eq, T: Eq> Eq for Sorted<X, T>[src]
impl<X: Hash, T: Hash> Hash for Sorted<X, T>[src]
fn hash<H: Hasher>(&self, state: &mut H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl<X: Ord, T: Ord> Ord for Sorted<X, T>[src]
fn cmp(&self, other: &Sorted<X, T>) -> Ordering[src]
#[must_use]fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self[src]
impl<X: PartialEq, T: PartialEq> PartialEq<Sorted<X, T>> for Sorted<X, T>[src]
fn eq(&self, other: &Sorted<X, T>) -> bool[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl<X: PartialOrd, T: PartialOrd> PartialOrd<Sorted<X, T>> for Sorted<X, T>[src]
fn partial_cmp(&self, other: &Sorted<X, T>) -> Option<Ordering>[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl<X, T> SortedWith<T> for Sorted<X, T>[src]
Auto Trait Implementations
impl<X, T> RefUnwindSafe for Sorted<X, T> where
T: RefUnwindSafe,
X: RefUnwindSafe,
T: RefUnwindSafe,
X: RefUnwindSafe,
impl<X, T> Send for Sorted<X, T> where
T: Send,
X: Send,
T: Send,
X: Send,
impl<X, T> Sync for Sorted<X, T> where
T: Sync,
X: Sync,
T: Sync,
X: Sync,
impl<X, T> Unpin for Sorted<X, T> where
T: Unpin,
X: Unpin,
T: Unpin,
X: Unpin,
impl<X, T> UnwindSafe for Sorted<X, T> where
T: UnwindSafe,
X: UnwindSafe,
T: UnwindSafe,
X: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<F, Q> LanguageState<F, Automaton<F, Q, NoLabel>> for Q where
F: Symbol,
Q: State, [src]
F: Symbol,
Q: State,
fn configurations(
&Self,
&'a Automaton<F, Q, NoLabel>
) -> Box<dyn Iterator<Item = Configuration<F, Q>> + 'a>[src]
&Self,
&'a Automaton<F, Q, NoLabel>
) -> Box<dyn Iterator<Item = Configuration<F, Q>> + 'a>
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,