pub struct OutOfBoundPathVertexIndex;Expand description
SNAFU context selector for the MgpError::OutOfBoundPathVertexIndex variant
Implementations§
Trait Implementations§
Source§impl Clone for OutOfBoundPathVertexIndex
impl Clone for OutOfBoundPathVertexIndex
Source§fn clone(&self) -> OutOfBoundPathVertexIndex
fn clone(&self) -> OutOfBoundPathVertexIndex
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 OutOfBoundPathVertexIndex
impl Debug for OutOfBoundPathVertexIndex
impl Copy for OutOfBoundPathVertexIndex
Auto Trait Implementations§
impl Freeze for OutOfBoundPathVertexIndex
impl RefUnwindSafe for OutOfBoundPathVertexIndex
impl Send for OutOfBoundPathVertexIndex
impl Sync for OutOfBoundPathVertexIndex
impl Unpin for OutOfBoundPathVertexIndex
impl UnwindSafe for OutOfBoundPathVertexIndex
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