pub struct Undirected;
Expand description
無向辺をもつ。
Trait Implementations§
Source§impl Clone for Undirected
impl Clone for Undirected
Source§fn clone(&self) -> Undirected
fn clone(&self) -> Undirected
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Undirected
impl Debug for Undirected
impl Direction for Undirected
Auto Trait Implementations§
impl Freeze for Undirected
impl RefUnwindSafe for Undirected
impl Send for Undirected
impl Sync for Undirected
impl Unpin for Undirected
impl UnwindSafe for Undirected
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