Struct forc_pkg::SourcePathPinnedParseError
source · [−]pub struct SourcePathPinnedParseError;
Expand description
Error returned upon failed parsing of SourcePathPinned::from_str
.
Trait Implementations
sourceimpl Clone for SourcePathPinnedParseError
impl Clone for SourcePathPinnedParseError
sourcefn clone(&self) -> SourcePathPinnedParseError
fn clone(&self) -> SourcePathPinnedParseError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for SourcePathPinnedParseError
impl Send for SourcePathPinnedParseError
impl Sync for SourcePathPinnedParseError
impl Unpin for SourcePathPinnedParseError
impl UnwindSafe for SourcePathPinnedParseError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more