Enum mcai_graph::LinkType
source · [−]pub enum LinkType {
Parentage,
Requirement,
}Variants
Parentage
Requirement
Trait Implementations
sourceimpl PartialEq<LinkType> for LinkType
impl PartialEq<LinkType> for LinkType
impl StructuralPartialEq for LinkType
Auto Trait Implementations
impl RefUnwindSafe for LinkType
impl Send for LinkType
impl Sync for LinkType
impl Unpin for LinkType
impl UnwindSafe for LinkType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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