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