Enum turing_lib::TuringOutput
source · pub enum TuringOutput {
Undefined(usize),
Defined((usize, u32)),
}
Variants§
Trait Implementations§
source§impl Clone for TuringOutput
impl Clone for TuringOutput
source§fn clone(&self) -> TuringOutput
fn clone(&self) -> TuringOutput
Returns a copy of the value. Read more
1.0.0 · 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 TuringOutput
impl Debug for TuringOutput
source§impl Default for TuringOutput
impl Default for TuringOutput
source§impl Display for TuringOutput
impl Display for TuringOutput
source§impl Hash for TuringOutput
impl Hash for TuringOutput
source§impl PartialEq<TuringOutput> for TuringOutput
impl PartialEq<TuringOutput> for TuringOutput
source§fn eq(&self, other: &TuringOutput) -> bool
fn eq(&self, other: &TuringOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TuringOutput
impl Eq for TuringOutput
impl StructuralEq for TuringOutput
impl StructuralPartialEq for TuringOutput
Auto Trait Implementations§
impl RefUnwindSafe for TuringOutput
impl Send for TuringOutput
impl Sync for TuringOutput
impl Unpin for TuringOutput
impl UnwindSafe for TuringOutput
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