Enum euphony_graph::Error
source · [−]Variants
MissingNode(u64)
InvalidParameter(u64, Parameter)
CycleDetected
Trait Implementations
sourceimpl<Parameter: PartialEq> PartialEq<Error<Parameter>> for Error<Parameter>
impl<Parameter: PartialEq> PartialEq<Error<Parameter>> for Error<Parameter>
impl<Parameter: Eq> Eq for Error<Parameter>
impl<Parameter> StructuralEq for Error<Parameter>
impl<Parameter> StructuralPartialEq for Error<Parameter>
Auto Trait Implementations
impl<Parameter> RefUnwindSafe for Error<Parameter>where
Parameter: RefUnwindSafe,
impl<Parameter> Send for Error<Parameter>where
Parameter: Send,
impl<Parameter> Sync for Error<Parameter>where
Parameter: Sync,
impl<Parameter> Unpin for Error<Parameter>where
Parameter: Unpin,
impl<Parameter> UnwindSafe for Error<Parameter>where
Parameter: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more