Struct contained_turing::instructions::Tail
source · pub struct Tail<S: Symbolic = String> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<'de, S> Deserialize<'de> for Tail<S>where
S: Deserialize<'de> + Symbolic,
impl<'de, S> Deserialize<'de> for Tail<S>where S: Deserialize<'de> + Symbolic,
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<S: Ord + Symbolic> Ord for Tail<S>
impl<S: Ord + Symbolic> Ord for Tail<S>
source§impl<S: PartialEq + Symbolic> PartialEq<Tail<S>> for Tail<S>
impl<S: PartialEq + Symbolic> PartialEq<Tail<S>> for Tail<S>
source§impl<S: PartialOrd + Symbolic> PartialOrd<Tail<S>> for Tail<S>
impl<S: PartialOrd + Symbolic> PartialOrd<Tail<S>> for Tail<S>
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 moresource§impl<S: Symbolic> Stateful<State> for Tail<S>
impl<S: Symbolic> Stateful<State> for Tail<S>
source§fn state(&self) -> State
fn state(&self) -> State
Stateful::state is used to get the state of the object
source§fn update_state(&mut self, state: State)
fn update_state(&mut self, state: State)
Stateful::update_state is used to update the state of the object