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