pub enum EdgeOp {
Directed,
Undirected,
}Expand description
边操作符
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EdgeOp
impl<'de> Deserialize<'de> for EdgeOp
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 StructuralPartialEq for EdgeOp
Auto Trait Implementations§
impl Freeze for EdgeOp
impl RefUnwindSafe for EdgeOp
impl Send for EdgeOp
impl Sync for EdgeOp
impl Unpin for EdgeOp
impl UnwindSafe for EdgeOp
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