pub struct GeneratedArtifacts {
pub normalized_json: String,
pub registry: ContractRegistry,
}Expand description
Build-time artifacts produced from the normalized FerrisKey contract.
Fields§
§normalized_json: StringPretty-printed normalized contract JSON.
registry: ContractRegistryGenerated contract registry metadata.
Trait Implementations§
Source§impl Clone for GeneratedArtifacts
impl Clone for GeneratedArtifacts
Source§fn clone(&self) -> GeneratedArtifacts
fn clone(&self) -> GeneratedArtifacts
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for GeneratedArtifacts
impl RefUnwindSafe for GeneratedArtifacts
impl Send for GeneratedArtifacts
impl Sync for GeneratedArtifacts
impl Unpin for GeneratedArtifacts
impl UnsafeUnpin for GeneratedArtifacts
impl UnwindSafe for GeneratedArtifacts
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