pub enum Directed {}
Expand description
Marker type for a directed graph.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Directed
impl Send for Directed
impl Sync for Directed
impl Unpin for Directed
impl UnwindSafe for Directed
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