Struct GraphNode
pub struct GraphNode { /* private fields */ }Expand description
One immutable graph node.
Implementations§
§impl GraphNode
impl GraphNode
pub const fn identity(&self) -> GraphNodeIdentity
pub const fn identity(&self) -> GraphNodeIdentity
Returns the node-content identity shared by clones of this graph node.
pub const fn filter_options(
&self,
) -> Option<&BTreeMap<String, FilterOptionValue>>
pub const fn filter_options( &self, ) -> Option<&BTreeMap<String, FilterOptionValue>>
Returns stored filter options when this node is a filter.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GraphNode
impl RefUnwindSafe for GraphNode
impl Send for GraphNode
impl Sync for GraphNode
impl Unpin for GraphNode
impl UnsafeUnpin for GraphNode
impl UnwindSafe for GraphNode
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