pub enum IntTy {
    I128,
    I64,
    I32,
    I16,
    I8,
    Isize,
}Variants§
Trait Implementations§
source§impl Ord for IntTy
 
impl Ord for IntTy
source§impl PartialEq for IntTy
 
impl PartialEq for IntTy
source§impl PartialOrd for IntTy
 
impl PartialOrd for IntTy
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 IntTy
impl Eq for IntTy
impl StructuralPartialEq for IntTy
Auto Trait Implementations§
impl Freeze for IntTy
impl RefUnwindSafe for IntTy
impl Send for IntTy
impl Sync for IntTy
impl Unpin for IntTy
impl UnwindSafe for IntTy
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