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