pub struct GraphSnapshotFactory;Expand description
Builds the one renderer-neutral representation of a queried graph.
Implementations§
Source§impl GraphSnapshotFactory
impl GraphSnapshotFactory
Sourcepub fn create(
graph: &Graph,
options: &GraphQueryOptions,
) -> Result<GraphReportSnapshot, GraphQueryError>
pub fn create( graph: &Graph, options: &GraphQueryOptions, ) -> Result<GraphReportSnapshot, GraphQueryError>
Filters, selects, collapses, aggregates, and counts one graph.
Trait Implementations§
Source§impl Clone for GraphSnapshotFactory
impl Clone for GraphSnapshotFactory
Source§fn clone(&self) -> GraphSnapshotFactory
fn clone(&self) -> GraphSnapshotFactory
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 moreSource§impl Debug for GraphSnapshotFactory
impl Debug for GraphSnapshotFactory
Source§impl Default for GraphSnapshotFactory
impl Default for GraphSnapshotFactory
Source§fn default() -> GraphSnapshotFactory
fn default() -> GraphSnapshotFactory
Returns the “default value” for a type. Read more
impl Copy for GraphSnapshotFactory
Auto Trait Implementations§
impl Freeze for GraphSnapshotFactory
impl RefUnwindSafe for GraphSnapshotFactory
impl Send for GraphSnapshotFactory
impl Sync for GraphSnapshotFactory
impl Unpin for GraphSnapshotFactory
impl UnwindSafe for GraphSnapshotFactory
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