Struct forc_pkg::SourcePathPinnedParseError
source · pub struct SourcePathPinnedParseError;
Expand description
Error returned upon failed parsing of SourcePathPinned::from_str
.
Trait Implementations§
source§impl Clone for SourcePathPinnedParseError
impl Clone for SourcePathPinnedParseError
source§fn clone(&self) -> SourcePathPinnedParseError
fn clone(&self) -> SourcePathPinnedParseError
Returns a copy 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 more