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