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