pub struct GnConnected<G>(pub G);Expand description
A wrapper to create arbitrary graphs using WithBuilder::new_gn_connected.
Tuple Fields§
§0: GTrait Implementations§
Source§impl<G> Arbitrary for GnConnected<G>
impl<G> Arbitrary for GnConnected<G>
Source§impl<G: Clone> Clone for GnConnected<G>
impl<G: Clone> Clone for GnConnected<G>
Source§fn clone(&self) -> GnConnected<G>
fn clone(&self) -> GnConnected<G>
Returns a duplicate 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 moreAuto Trait Implementations§
impl<G> Freeze for GnConnected<G>where
G: Freeze,
impl<G> RefUnwindSafe for GnConnected<G>where
G: RefUnwindSafe,
impl<G> Send for GnConnected<G>where
G: Send,
impl<G> Sync for GnConnected<G>where
G: Sync,
impl<G> Unpin for GnConnected<G>where
G: Unpin,
impl<G> UnwindSafe for GnConnected<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