[−][src]Struct automatic_relations::Convoluted
Implementations
impl<T> Convoluted<T>[src]
pub fn iter(&self) -> Iter<'_, MaybeBottom<T>>[src]
pub fn len(&self) -> usize[src]
pub fn signature(&self) -> u32[src]
Trait Implementations
impl<T: Clone> Clone for Convoluted<T>[src]
fn clone(&self) -> Convoluted<T>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<T: Debug> Debug for Convoluted<T>[src]
impl<T: Display> Display for Convoluted<T>[src]
impl<T: Eq> Eq for Convoluted<T>[src]
impl<T: Hash> Hash for Convoluted<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<T, I> Index<I> for Convoluted<T> where
I: SliceIndex<[MaybeBottom<T>]>, [src]
I: SliceIndex<[MaybeBottom<T>]>,
impl<T: Ord> Ord for Convoluted<T>[src]
fn cmp(&self, other: &Convoluted<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<T: PartialEq> PartialEq<Convoluted<T>> for Convoluted<T>[src]
fn eq(&self, other: &Convoluted<T>) -> bool[src]
fn ne(&self, other: &Convoluted<T>) -> bool[src]
impl<T: Ord> PartialOrd<Convoluted<T>> for Convoluted<T>[src]
fn partial_cmp(&self, other: &Convoluted<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<T> StructuralEq for Convoluted<T>[src]
impl<T> StructuralPartialEq for Convoluted<T>[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for Convoluted<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Convoluted<T> where
T: Send,
T: Send,
impl<T> Sync for Convoluted<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Convoluted<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Convoluted<T> where
T: UnwindSafe,
T: 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,
aut: &'a Automaton<F, Q, NoLabel>
) -> Box<dyn Iterator<Item = Configuration<F, Q>> + 'a>[src]
&self,
aut: &'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>,