[−][src]Struct daggy::WouldCycle
An error returned by the Dag::add_edge
method in the case that adding an edge would have
caused the graph to cycle.
Trait Implementations
impl<E: Clone> Clone for WouldCycle<E>
[src]
fn clone(&self) -> WouldCycle<E>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<E: Copy> Copy for WouldCycle<E>
[src]
impl<E: Debug> Debug for WouldCycle<E>
[src]
impl<E> Display for WouldCycle<E> where
E: Debug,
[src]
E: Debug,
impl<E> Error for WouldCycle<E> where
E: Debug + Any,
[src]
E: Debug + Any,
Auto Trait Implementations
impl<E> RefUnwindSafe for WouldCycle<E> where
E: RefUnwindSafe,
E: RefUnwindSafe,
impl<E> Send for WouldCycle<E> where
E: Send,
E: Send,
impl<E> Sync for WouldCycle<E> where
E: Sync,
E: Sync,
impl<E> Unpin for WouldCycle<E> where
E: Unpin,
E: Unpin,
impl<E> UnwindSafe for WouldCycle<E> where
E: UnwindSafe,
E: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,