pub struct VF3Options {
pub node_induced: bool,
pub undirected: bool,
pub use_node_labels: bool,
pub use_edge_labels: bool,
}Fields§
§node_induced: bool§undirected: bool§use_node_labels: boolWhen true, require equal node labels for feasible mappings.
use_edge_labels: boolWhen true, require equal edge labels where an edge is required by the pattern.
Trait Implementations§
Source§impl Clone for VF3Options
impl Clone for VF3Options
Source§fn clone(&self) -> VF3Options
fn clone(&self) -> VF3Options
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 moreSource§impl Debug for VF3Options
impl Debug for VF3Options
Source§impl Default for VF3Options
impl Default for VF3Options
Source§fn default() -> VF3Options
fn default() -> VF3Options
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VF3Options
impl RefUnwindSafe for VF3Options
impl Send for VF3Options
impl Sync for VF3Options
impl Unpin for VF3Options
impl UnwindSafe for VF3Options
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