pub enum UintTy {
U128,
U64,
U32,
U16,
U8,
Usize,
}
Variants§
Trait Implementations§
source§impl Ord for UintTy
impl Ord for UintTy
source§impl PartialEq for UintTy
impl PartialEq for UintTy
source§impl PartialOrd for UintTy
impl PartialOrd for UintTy
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for UintTy
impl Eq for UintTy
impl StructuralEq for UintTy
impl StructuralPartialEq for UintTy
Auto Trait Implementations§
impl RefUnwindSafe for UintTy
impl Send for UintTy
impl Sync for UintTy
impl Unpin for UintTy
impl UnwindSafe for UintTy
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