Enum rain_metadata::ArtifactComponent
source · pub enum ArtifactComponent {
Abi,
Bytecode,
DeployedBytecode,
}Expand description
Represent section of a solidity artifact to extract
Variants§
Trait Implementations§
source§impl Clone for ArtifactComponent
impl Clone for ArtifactComponent
source§fn clone(&self) -> ArtifactComponent
fn clone(&self) -> ArtifactComponent
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 moresource§impl Display for ArtifactComponent
impl Display for ArtifactComponent
source§impl FromStr for ArtifactComponent
impl FromStr for ArtifactComponent
source§impl TryFrom<&str> for ArtifactComponent
impl TryFrom<&str> for ArtifactComponent
impl Copy for ArtifactComponent
Auto Trait Implementations§
impl RefUnwindSafe for ArtifactComponent
impl Send for ArtifactComponent
impl Sync for ArtifactComponent
impl Unpin for ArtifactComponent
impl UnwindSafe for ArtifactComponent
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