pub struct GraphAnalytics;Expand description
Analytics computer that can analyze any subset of nodes in the graph
Auto Trait Implementations§
impl Freeze for GraphAnalytics
impl RefUnwindSafe for GraphAnalytics
impl Send for GraphAnalytics
impl Sync for GraphAnalytics
impl Unpin for GraphAnalytics
impl UnsafeUnpin for GraphAnalytics
impl UnwindSafe for GraphAnalytics
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