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