pub struct PseudoTree { /* private fields */ }
Expand description
閉路をただ一つだけもつN辺N頂点の連結無向グラフ。
Implementations§
Auto Trait Implementations§
impl Freeze for PseudoTree
impl RefUnwindSafe for PseudoTree
impl Send for PseudoTree
impl Sync for PseudoTree
impl Unpin for PseudoTree
impl UnwindSafe for PseudoTree
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