pub struct MockProjection {
pub name: String,
pub node_count: i64,
pub relationship_count: i64,
pub nodes: Vec<NodeMetrics>,
}
Fields§
§name: String
§node_count: i64
§relationship_count: i64
§nodes: Vec<NodeMetrics>
Trait Implementations§
source§impl Clone for MockProjection
impl Clone for MockProjection
source§fn clone(&self) -> MockProjection
fn clone(&self) -> MockProjection
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 moreAuto Trait Implementations§
impl Freeze for MockProjection
impl RefUnwindSafe for MockProjection
impl Send for MockProjection
impl Sync for MockProjection
impl Unpin for MockProjection
impl UnwindSafe for MockProjection
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)