pub struct SsaVersion(/* private fields */);
Expand description
Represents the SSA version of a variable.
Trait Implementations§
Source§impl AddAssign<usize> for SsaVersion
impl AddAssign<usize> for SsaVersion
Source§fn add_assign(&mut self, rhs: usize)
fn add_assign(&mut self, rhs: usize)
Performs the
+=
operation. Read moreSource§impl AddAssign for SsaVersion
impl AddAssign for SsaVersion
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+=
operation. Read moreSource§impl Clone for SsaVersion
impl Clone for SsaVersion
Source§fn clone(&self) -> SsaVersion
fn clone(&self) -> SsaVersion
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 SsaVersion
impl Debug for SsaVersion
Source§impl<'de> Deserialize<'de> for SsaVersion
impl<'de> Deserialize<'de> for SsaVersion
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 Display for SsaVersion
impl Display for SsaVersion
Source§impl From<SsaVersion> for usize
impl From<SsaVersion> for usize
Source§fn from(value: SsaVersion) -> Self
fn from(value: SsaVersion) -> Self
Converts to this type from the input type.
Source§impl From<usize> for SsaVersion
impl From<usize> for SsaVersion
Source§impl Hash for SsaVersion
impl Hash for SsaVersion
Source§impl Ord for SsaVersion
impl Ord for SsaVersion
Source§impl PartialEq for SsaVersion
impl PartialEq for SsaVersion
Source§impl PartialOrd for SsaVersion
impl PartialOrd for SsaVersion
Source§impl Serialize for SsaVersion
impl Serialize for SsaVersion
impl Copy for SsaVersion
impl Eq for SsaVersion
impl StructuralPartialEq for SsaVersion
Auto Trait Implementations§
impl Freeze for SsaVersion
impl RefUnwindSafe for SsaVersion
impl Send for SsaVersion
impl Sync for SsaVersion
impl Unpin for SsaVersion
impl UnwindSafe for SsaVersion
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,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§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.