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