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