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