pub struct Alphabet<'a, const LEN: usize>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'a, const LEN: usize> Ord for Alphabet<'a, LEN>
impl<'a, const LEN: usize> Ord for Alphabet<'a, LEN>
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<'a, const LEN: usize> PartialOrd for Alphabet<'a, LEN>
impl<'a, const LEN: usize> PartialOrd for Alphabet<'a, LEN>
impl<'a, const LEN: usize> Copy for Alphabet<'a, LEN>
impl<'a, const LEN: usize> Eq for Alphabet<'a, LEN>
impl<'a, const LEN: usize> StructuralPartialEq for Alphabet<'a, LEN>
Auto Trait Implementations§
impl<'a, const LEN: usize> Freeze for Alphabet<'a, LEN>
impl<'a, const LEN: usize> RefUnwindSafe for Alphabet<'a, LEN>
impl<'a, const LEN: usize> Send for Alphabet<'a, LEN>
impl<'a, const LEN: usize> Sync for Alphabet<'a, LEN>
impl<'a, const LEN: usize> Unpin for Alphabet<'a, LEN>
impl<'a, const LEN: usize> UnwindSafe for Alphabet<'a, LEN>
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