Struct cairo_lang_sierra::program::Version
source · pub struct Version<const V: u8>;Trait Implementations§
source§impl<'de, const V: u8> Deserialize<'de> for Version<V>
impl<'de, const V: u8> Deserialize<'de> for Version<V>
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<const V: u8> PartialEq for Version<V>
impl<const V: u8> PartialEq for Version<V>
impl<const V: u8> Eq for Version<V>
impl<const V: u8> StructuralEq for Version<V>
impl<const V: u8> StructuralPartialEq for Version<V>
Auto Trait Implementations§
impl<const V: u8> RefUnwindSafe for Version<V>
impl<const V: u8> Send for Version<V>
impl<const V: u8> Sync for Version<V>
impl<const V: u8> Unpin for Version<V>
impl<const V: u8> UnwindSafe for Version<V>
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<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.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.