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