pub struct Nary<const N: usize>;
Trait Implementations§
Source§impl<const N: usize> NStateKind for Nary<N>
impl<const N: usize> NStateKind for Nary<N>
Source§impl<const N: usize> Ord for Nary<N>
impl<const N: usize> Ord for Nary<N>
Source§impl<const N: usize> PartialOrd for Nary<N>
impl<const N: usize> PartialOrd for Nary<N>
impl<const N: usize> Copy for Nary<N>
impl<const N: usize> Eq for Nary<N>
impl<const N: usize> RawStateKind for Nary<N>
impl<const N: usize> Send for Nary<N>
impl<const N: usize> StructuralPartialEq for Nary<N>
impl<const N: usize> Sync for Nary<N>
Auto Trait Implementations§
impl<const N: usize> Freeze for Nary<N>
impl<const N: usize> RefUnwindSafe for Nary<N>
impl<const N: usize> Unpin for Nary<N>
impl<const N: usize> UnwindSafe for Nary<N>
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