Struct py_raphtory::utils::InputVertexBox
source · pub struct InputVertexBox { /* private fields */ }Expand description
A trait for vertices that can be used as input for the graph. This allows us to add vertices with different types of ids, either strings or ints.
Trait Implementations§
source§impl Clone for InputVertexBox
impl Clone for InputVertexBox
source§fn clone(&self) -> InputVertexBox
fn clone(&self) -> InputVertexBox
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 InputVertexBox
impl Debug for InputVertexBox
source§impl InputVertex for InputVertexBox
impl InputVertex for InputVertexBox
Implementation for vertices that can be used as input for the graph. This allows us to add vertices with different types of ids, either strings or ints.
Auto Trait Implementations§
impl !RefUnwindSafe for InputVertexBox
impl Send for InputVertexBox
impl Sync for InputVertexBox
impl Unpin for InputVertexBox
impl !UnwindSafe for InputVertexBox
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