pub enum SpecTecNumTyp {
Nat,
Int,
Rat,
Real,
}Expand description
Variants§
Trait Implementations§
Source§impl Debug for SpecTecNumTyp
impl Debug for SpecTecNumTyp
Source§impl Decode for SpecTecNumTyp
impl Decode for SpecTecNumTyp
Source§impl PartialEq for SpecTecNumTyp
impl PartialEq for SpecTecNumTyp
impl StructuralPartialEq for SpecTecNumTyp
Auto Trait Implementations§
impl Freeze for SpecTecNumTyp
impl RefUnwindSafe for SpecTecNumTyp
impl Send for SpecTecNumTyp
impl Sync for SpecTecNumTyp
impl Unpin for SpecTecNumTyp
impl UnwindSafe for SpecTecNumTyp
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