pub struct GraphBeginPayload {
pub total_nodes: usize,
pub total_edges: usize,
}Fields§
§total_nodes: usize§total_edges: usizeTrait Implementations§
Source§impl Clone for GraphBeginPayload
impl Clone for GraphBeginPayload
Source§fn clone(&self) -> GraphBeginPayload
fn clone(&self) -> GraphBeginPayload
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 GraphBeginPayload
impl Debug for GraphBeginPayload
Auto Trait Implementations§
impl Freeze for GraphBeginPayload
impl RefUnwindSafe for GraphBeginPayload
impl Send for GraphBeginPayload
impl Sync for GraphBeginPayload
impl Unpin for GraphBeginPayload
impl UnsafeUnpin for GraphBeginPayload
impl UnwindSafe for GraphBeginPayload
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