pub enum TestOperandClass {
FixedLiteral,
RuntimeSensitive,
}Variants§
Implementations§
Source§impl TestOperandClass
impl TestOperandClass
pub fn is_fixed_literal(self) -> bool
Trait Implementations§
Source§impl Clone for TestOperandClass
impl Clone for TestOperandClass
Source§fn clone(&self) -> TestOperandClass
fn clone(&self) -> TestOperandClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TestOperandClass
Source§impl Debug for TestOperandClass
impl Debug for TestOperandClass
impl Eq for TestOperandClass
Source§impl PartialEq for TestOperandClass
impl PartialEq for TestOperandClass
impl StructuralPartialEq for TestOperandClass
Auto Trait Implementations§
impl Freeze for TestOperandClass
impl RefUnwindSafe for TestOperandClass
impl Send for TestOperandClass
impl Sync for TestOperandClass
impl Unpin for TestOperandClass
impl UnsafeUnpin for TestOperandClass
impl UnwindSafe for TestOperandClass
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