pub struct Gn<G>(pub G);Expand description
A wrapper to create arbitrary graphs using WithBuilder::new_gn.
Tuple Fields§
§0: GTrait Implementations§
Auto Trait Implementations§
impl<G> Freeze for Gn<G>where
G: Freeze,
impl<G> RefUnwindSafe for Gn<G>where
G: RefUnwindSafe,
impl<G> Send for Gn<G>where
G: Send,
impl<G> Sync for Gn<G>where
G: Sync,
impl<G> Unpin for Gn<G>where
G: Unpin,
impl<G> UnsafeUnpin for Gn<G>where
G: UnsafeUnpin,
impl<G> UnwindSafe for Gn<G>where
G: UnwindSafe,
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