Struct scilla_parser::contract::Contract
source · pub struct Contract {
pub path: PathBuf,
pub name: String,
pub constructor_params: FieldList,
pub fields: FieldList,
pub transitions: Vec<Transition>,
}Fields§
§path: PathBuf§name: String§constructor_params: FieldList§fields: FieldList§transitions: Vec<Transition>Trait Implementations§
source§impl PartialEq for Contract
impl PartialEq for Contract
impl StructuralPartialEq for Contract
Auto Trait Implementations§
impl RefUnwindSafe for Contract
impl Send for Contract
impl Sync for Contract
impl Unpin for Contract
impl UnwindSafe for Contract
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