pub enum EdgePropertyName {
UnknownEdgeProperty = 0,
Variable = 11,
}Variants§
UnknownEdgeProperty = 0
Variable = 11
This edge property represents the variable propagated by a reaching definition edge.
Trait Implementations§
Source§impl Clone for EdgePropertyName
impl Clone for EdgePropertyName
Source§fn clone(&self) -> EdgePropertyName
fn clone(&self) -> EdgePropertyName
Returns a duplicate 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 EdgePropertyName
impl Debug for EdgePropertyName
Source§impl<'de> Deserialize<'de> for EdgePropertyName
impl<'de> Deserialize<'de> for EdgePropertyName
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 Hash for EdgePropertyName
impl Hash for EdgePropertyName
Source§impl Ord for EdgePropertyName
impl Ord for EdgePropertyName
Source§fn cmp(&self, other: &EdgePropertyName) -> Ordering
fn cmp(&self, other: &EdgePropertyName) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EdgePropertyName
impl PartialEq for EdgePropertyName
Source§impl PartialOrd for EdgePropertyName
impl PartialOrd for EdgePropertyName
Source§impl Serialize for EdgePropertyName
impl Serialize for EdgePropertyName
impl Copy for EdgePropertyName
impl Eq for EdgePropertyName
impl StructuralPartialEq for EdgePropertyName
Auto Trait Implementations§
impl Freeze for EdgePropertyName
impl RefUnwindSafe for EdgePropertyName
impl Send for EdgePropertyName
impl Sync for EdgePropertyName
impl Unpin for EdgePropertyName
impl UnwindSafe for EdgePropertyName
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