pub enum PrimOp1Expr1Int {
Pad,
Shl,
Shr,
Head,
Tail,
}Variants§
Trait Implementations§
Source§impl Clone for PrimOp1Expr1Int
impl Clone for PrimOp1Expr1Int
Source§fn clone(&self) -> PrimOp1Expr1Int
fn clone(&self) -> PrimOp1Expr1Int
Returns a copy 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 PrimOp1Expr1Int
impl Debug for PrimOp1Expr1Int
Source§impl Display for PrimOp1Expr1Int
impl Display for PrimOp1Expr1Int
Source§impl From<String> for PrimOp1Expr1Int
impl From<String> for PrimOp1Expr1Int
Source§impl Hash for PrimOp1Expr1Int
impl Hash for PrimOp1Expr1Int
Source§impl Ord for PrimOp1Expr1Int
impl Ord for PrimOp1Expr1Int
Source§fn cmp(&self, other: &PrimOp1Expr1Int) -> Ordering
fn cmp(&self, other: &PrimOp1Expr1Int) -> Ordering
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 PartialEq for PrimOp1Expr1Int
impl PartialEq for PrimOp1Expr1Int
Source§impl PartialOrd for PrimOp1Expr1Int
impl PartialOrd for PrimOp1Expr1Int
impl Copy for PrimOp1Expr1Int
impl Eq for PrimOp1Expr1Int
impl StructuralPartialEq for PrimOp1Expr1Int
Auto Trait Implementations§
impl Freeze for PrimOp1Expr1Int
impl RefUnwindSafe for PrimOp1Expr1Int
impl Send for PrimOp1Expr1Int
impl Sync for PrimOp1Expr1Int
impl Unpin for PrimOp1Expr1Int
impl UnwindSafe for PrimOp1Expr1Int
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