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