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