pub enum FusedUnaryOp {
Neg,
Abs,
}Expand description
Unary operations that can be fused
Variants§
Trait Implementations§
Source§impl Clone for FusedUnaryOp
impl Clone for FusedUnaryOp
Source§fn clone(&self) -> FusedUnaryOp
fn clone(&self) -> FusedUnaryOp
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FusedUnaryOp
impl Debug for FusedUnaryOp
Source§impl PartialEq for FusedUnaryOp
impl PartialEq for FusedUnaryOp
impl Copy for FusedUnaryOp
impl Eq for FusedUnaryOp
impl StructuralPartialEq for FusedUnaryOp
Auto Trait Implementations§
impl Freeze for FusedUnaryOp
impl RefUnwindSafe for FusedUnaryOp
impl Send for FusedUnaryOp
impl Sync for FusedUnaryOp
impl Unpin for FusedUnaryOp
impl UnwindSafe for FusedUnaryOp
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.