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