#[repr(u8)]pub enum Fixity {
Fun = 0,
Prefix = 1,
Infix = 2,
Postfix = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Index<Fixity> for OperDefTab
impl Index<Fixity> for OperDefTab
Source§impl IndexMut<Fixity> for OperDefTab
impl IndexMut<Fixity> for OperDefTab
Source§impl TryFrom<SmartString<LazyCompact>> for Fixity
impl TryFrom<SmartString<LazyCompact>> for Fixity
impl Copy for Fixity
impl Eq for Fixity
impl StructuralPartialEq for Fixity
Auto Trait Implementations§
impl Freeze for Fixity
impl RefUnwindSafe for Fixity
impl Send for Fixity
impl Sync for Fixity
impl Unpin for Fixity
impl UnwindSafe for Fixity
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.