pub struct GraphVertexRow {
pub vertex_id: u64,
pub label: String,
pub properties_json: String,
}Expand description
One vertex in an atomic named-graph snapshot replacement.
Fields§
§vertex_id: u64§label: String§properties_json: StringTrait Implementations§
Source§impl Clone for GraphVertexRow
impl Clone for GraphVertexRow
Source§fn clone(&self) -> GraphVertexRow
fn clone(&self) -> GraphVertexRow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GraphVertexRow
impl RefUnwindSafe for GraphVertexRow
impl Send for GraphVertexRow
impl Sync for GraphVertexRow
impl Unpin for GraphVertexRow
impl UnsafeUnpin for GraphVertexRow
impl UnwindSafe for GraphVertexRow
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