pub struct DecimalU8(pub u8);
Expand description
A u8
that is output in decimal when lowering the AST to a CST.
Tuple Fields§
§0: u8
Trait Implementations§
source§impl<'arbitrary> Arbitrary<'arbitrary> for DecimalU8
impl<'arbitrary> Arbitrary<'arbitrary> for DecimalU8
source§fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the given unstructured data. Read moresource§fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the entirety of the given
unstructured data. Read moresource§impl PartialEq<DecimalU8> for DecimalU8
impl PartialEq<DecimalU8> for DecimalU8
impl Eq for DecimalU8
impl StructuralEq for DecimalU8
impl StructuralPartialEq for DecimalU8
Auto Trait Implementations§
impl RefUnwindSafe for DecimalU8
impl Send for DecimalU8
impl Sync for DecimalU8
impl Unpin for DecimalU8
impl UnwindSafe for DecimalU8
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