Struct branded_graph::BrandedGraph
source · #[repr(transparent)]pub struct BrandedGraph { /* private fields */ }
Expand description
An opaque, owned graph structure, that must be unlocked to be accessed or modified.
See the documentation of Graph
for more details.
Implementations§
source§impl BrandedGraph
impl BrandedGraph
Trait Implementations§
source§impl Clone for BrandedGraph
impl Clone for BrandedGraph
source§impl Debug for BrandedGraph
impl Debug for BrandedGraph
source§impl PartialEq<BrandedGraph> for BrandedGraph
impl PartialEq<BrandedGraph> for BrandedGraph
source§fn eq(&self, other: &BrandedGraph) -> bool
fn eq(&self, other: &BrandedGraph) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for BrandedGraph
impl StructuralEq for BrandedGraph
impl StructuralPartialEq for BrandedGraph
Auto Trait Implementations§
impl RefUnwindSafe for BrandedGraph
impl Send for BrandedGraph
impl Sync for BrandedGraph
impl Unpin for BrandedGraph
impl UnwindSafe for BrandedGraph
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