pub struct Directed;Expand description
有向辺をもつ。
Trait Implementations§
Source§impl Ord for Directed
impl Ord for Directed
Source§impl PartialOrd for Directed
impl PartialOrd for Directed
impl Direction for Directed
impl Eq for Directed
impl StructuralPartialEq for Directed
Auto Trait Implementations§
impl Freeze for Directed
impl RefUnwindSafe for Directed
impl Send for Directed
impl Sync for Directed
impl Unpin for Directed
impl UnwindSafe for Directed
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