pub enum GraphEntityType {
Variable,
Function,
Channel,
Goroutine,
SyncBlock,
}Variants§
Trait Implementations§
Source§impl Clone for GraphEntityType
impl Clone for GraphEntityType
Source§fn clone(&self) -> GraphEntityType
fn clone(&self) -> GraphEntityType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GraphEntityType
impl Debug for GraphEntityType
Source§impl<'de> Deserialize<'de> for GraphEntityType
impl<'de> Deserialize<'de> for GraphEntityType
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
impl Eq for GraphEntityType
Source§impl Hash for GraphEntityType
impl Hash for GraphEntityType
Source§impl PartialEq for GraphEntityType
impl PartialEq for GraphEntityType
Source§fn eq(&self, other: &GraphEntityType) -> bool
fn eq(&self, other: &GraphEntityType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GraphEntityType
impl Serialize for GraphEntityType
impl StructuralPartialEq for GraphEntityType
Auto Trait Implementations§
impl Freeze for GraphEntityType
impl RefUnwindSafe for GraphEntityType
impl Send for GraphEntityType
impl Sync for GraphEntityType
impl Unpin for GraphEntityType
impl UnsafeUnpin for GraphEntityType
impl UnwindSafe for GraphEntityType
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