#[repr(u8)]pub enum GraphType {
Directed = 0,
Undirected = 1,
}Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GraphType
impl<'de> Deserialize<'de> for GraphType
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 Ord for GraphType
impl Ord for GraphType
Source§impl PartialOrd for GraphType
impl PartialOrd for GraphType
Source§impl VariantNames for GraphType
impl VariantNames for GraphType
impl Copy for GraphType
impl Eq for GraphType
impl StructuralPartialEq for GraphType
Auto Trait Implementations§
impl Freeze for GraphType
impl RefUnwindSafe for GraphType
impl Send for GraphType
impl Sync for GraphType
impl Unpin for GraphType
impl UnwindSafe for GraphType
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