Struct paralegal_spdg::DisplayNode
source · pub struct DisplayNode<'a> {
pub(crate) node: NodeIndex,
pub(crate) graph: &'a SPDG,
pub(crate) detailed: bool,
}
Expand description
A structure with a Display
implementation that shows information about a
node index in a given graph.
Fields§
§node: NodeIndex
§graph: &'a SPDG
§detailed: bool
Implementations§
Trait Implementations§
source§impl<'a> Clone for DisplayNode<'a>
impl<'a> Clone for DisplayNode<'a>
source§fn clone(&self) -> DisplayNode<'a>
fn clone(&self) -> DisplayNode<'a>
Returns a copy 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<'a> RefUnwindSafe for DisplayNode<'a>
impl<'a> Send for DisplayNode<'a>
impl<'a> Sync for DisplayNode<'a>
impl<'a> Unpin for DisplayNode<'a>
impl<'a> UnwindSafe for DisplayNode<'a>
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