pub enum GraphPathExpectation {
Reachable,
NoPath,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GraphPathExpectation
impl Clone for GraphPathExpectation
Source§fn clone(&self) -> GraphPathExpectation
fn clone(&self) -> GraphPathExpectation
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 moreimpl Copy for GraphPathExpectation
Source§impl Debug for GraphPathExpectation
impl Debug for GraphPathExpectation
Source§impl Default for GraphPathExpectation
impl Default for GraphPathExpectation
Source§fn default() -> GraphPathExpectation
fn default() -> GraphPathExpectation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GraphPathExpectation
impl<'de> Deserialize<'de> for GraphPathExpectation
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 GraphPathExpectation
Source§impl FromStr for GraphPathExpectation
impl FromStr for GraphPathExpectation
Source§impl PartialEq for GraphPathExpectation
impl PartialEq for GraphPathExpectation
Source§impl Serialize for GraphPathExpectation
impl Serialize for GraphPathExpectation
impl StructuralPartialEq for GraphPathExpectation
Auto Trait Implementations§
impl Freeze for GraphPathExpectation
impl RefUnwindSafe for GraphPathExpectation
impl Send for GraphPathExpectation
impl Sync for GraphPathExpectation
impl Unpin for GraphPathExpectation
impl UnsafeUnpin for GraphPathExpectation
impl UnwindSafe for GraphPathExpectation
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