pub enum GraphPathVerdict {
Pass,
Fail,
Inconclusive,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GraphPathVerdict
impl Clone for GraphPathVerdict
Source§fn clone(&self) -> GraphPathVerdict
fn clone(&self) -> GraphPathVerdict
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 GraphPathVerdict
Source§impl Debug for GraphPathVerdict
impl Debug for GraphPathVerdict
Source§impl<'de> Deserialize<'de> for GraphPathVerdict
impl<'de> Deserialize<'de> for GraphPathVerdict
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 GraphPathVerdict
Source§impl PartialEq for GraphPathVerdict
impl PartialEq for GraphPathVerdict
Source§impl Serialize for GraphPathVerdict
impl Serialize for GraphPathVerdict
impl StructuralPartialEq for GraphPathVerdict
Auto Trait Implementations§
impl Freeze for GraphPathVerdict
impl RefUnwindSafe for GraphPathVerdict
impl Send for GraphPathVerdict
impl Sync for GraphPathVerdict
impl Unpin for GraphPathVerdict
impl UnsafeUnpin for GraphPathVerdict
impl UnwindSafe for GraphPathVerdict
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