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