pub struct Id(/* private fields */);
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Id
impl<'de> Deserialize<'de> for Id
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<L: Language, N: Analysis<L>> Index<Id> for EGraph<L, N>
Given an Id
using the egraph[id]
syntax, retrieve the e-class.
impl<L: Language, N: Analysis<L>> Index<Id> for EGraph<L, N>
Given an Id
using the egraph[id]
syntax, retrieve the e-class.
Source§impl<L: Language, N: Analysis<L>> IndexMut<Id> for EGraph<L, N>
Given an Id
using the &mut egraph[id]
syntax, retrieve a mutable
reference to the e-class.
impl<L: Language, N: Analysis<L>> IndexMut<Id> for EGraph<L, N>
Given an Id
using the &mut egraph[id]
syntax, retrieve a mutable
reference to the e-class.
Source§impl LanguageChildren for Id
impl LanguageChildren for Id
Source§fn can_be_length(n: usize) -> bool
fn can_be_length(n: usize) -> bool
Checks if n is an acceptable number of children for this type.
Source§fn from_vec(v: Vec<Id>) -> Self
fn from_vec(v: Vec<Id>) -> Self
Create an instance of this type from a
Vec<Id>
,
with the guarantee that can_be_length is already true on the Vec
.Source§fn as_mut_slice(&mut self) -> &mut [Id]
fn as_mut_slice(&mut self) -> &mut [Id]
Returns a mutable slice of the children
Id
s.Source§impl Ord for Id
impl Ord for Id
Source§impl PartialOrd for Id
impl PartialOrd for Id
impl Copy for Id
impl Eq for Id
impl StructuralPartialEq for Id
Auto Trait Implementations§
impl Freeze for Id
impl RefUnwindSafe for Id
impl Send for Id
impl Sync for Id
impl Unpin for Id
impl UnwindSafe for Id
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.