pub struct QuDAGNetwork { /* private fields */ }
Expand description
QuDAG network manager
Implementations§
Source§impl QuDAGNetwork
impl QuDAGNetwork
Sourcepub fn node_count(&self) -> usize
pub fn node_count(&self) -> usize
Get total node count
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QuDAGNetwork
impl !RefUnwindSafe for QuDAGNetwork
impl Send for QuDAGNetwork
impl Sync for QuDAGNetwork
impl Unpin for QuDAGNetwork
impl !UnwindSafe for QuDAGNetwork
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