Enum cyfs_lib::ExpOpArity
source · pub enum ExpOpArity {
Unary,
Binary,
}
Variants
Auto Trait Implementations
impl RefUnwindSafe for ExpOpArity
impl Send for ExpOpArity
impl Sync for ExpOpArity
impl Unpin for ExpOpArity
impl UnwindSafe for ExpOpArity
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more