pub enum Arity {
Unary,
Binary,
Ternary,
}
Variants§
Trait Implementations§
source§impl PartialEq for Arity
impl PartialEq for Arity
impl Copy for Arity
impl Eq for Arity
impl StructuralEq for Arity
impl StructuralPartialEq for Arity
Auto Trait Implementations§
impl RefUnwindSafe for Arity
impl Send for Arity
impl Sync for Arity
impl Unpin for Arity
impl UnwindSafe for Arity
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