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