Enum graph_types::GraphErrorKind
source · pub enum GraphErrorKind {
NodeNotFound,
EdgeNotFound,
NodeAlreadyExists,
EdgeAlreadyExists,
OutOfRange {
entry: Entry,
index: usize,
max: usize,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GraphErrorKind
impl Send for GraphErrorKind
impl Sync for GraphErrorKind
impl Unpin for GraphErrorKind
impl UnwindSafe for GraphErrorKind
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