Enum graph_types::GraphEntry
source · #[repr(u8)]pub enum GraphEntry {
Node,
Edge,
}
Expand description
Variants§
Trait Implementations§
source§impl Clone for GraphEntry
impl Clone for GraphEntry
source§fn clone(&self) -> GraphEntry
fn clone(&self) -> GraphEntry
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 GraphEntry
impl Debug for GraphEntry
impl Copy for GraphEntry
Auto Trait Implementations§
impl RefUnwindSafe for GraphEntry
impl Send for GraphEntry
impl Sync for GraphEntry
impl Unpin for GraphEntry
impl UnwindSafe for GraphEntry
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