#[repr(u32)]pub enum expectation {
XOPERATOR = 0,
XTERM = 1,
XREF = 2,
XSTATE = 3,
XBLOCK = 4,
XATTRBLOCK = 5,
XATTRTERM = 6,
XTERMBLOCK = 7,
XBLOCKTERM = 8,
XPOSTDEREF = 9,
XTERMORDORDOR = 10,
}Variants§
XOPERATOR = 0
XTERM = 1
XREF = 2
XSTATE = 3
XBLOCK = 4
XATTRBLOCK = 5
XATTRTERM = 6
XTERMBLOCK = 7
XBLOCKTERM = 8
XPOSTDEREF = 9
XTERMORDORDOR = 10
Trait Implementations§
Source§impl Clone for expectation
impl Clone for expectation
Source§fn clone(&self) -> expectation
fn clone(&self) -> expectation
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 moreSource§impl Debug for expectation
impl Debug for expectation
Source§impl Hash for expectation
impl Hash for expectation
Source§impl Ord for expectation
impl Ord for expectation
Source§fn cmp(&self, other: &expectation) -> Ordering
fn cmp(&self, other: &expectation) -> Ordering
1.21.0 (const: unstable) · 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 expectation
impl PartialEq for expectation
Source§fn eq(&self, other: &expectation) -> bool
fn eq(&self, other: &expectation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for expectation
impl PartialOrd for expectation
impl Copy for expectation
impl Eq for expectation
impl StructuralPartialEq for expectation
Auto Trait Implementations§
impl Freeze for expectation
impl RefUnwindSafe for expectation
impl Send for expectation
impl Sync for expectation
impl Unpin for expectation
impl UnsafeUnpin for expectation
impl UnwindSafe for expectation
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