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