pub struct CompileRequest {
pub contract_name: String,
pub schema_json: String,
pub target: Target,
pub epoch: u32,
}Fields§
§contract_name: String§schema_json: String§target: Target§epoch: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for CompileRequest
impl RefUnwindSafe for CompileRequest
impl Send for CompileRequest
impl Sync for CompileRequest
impl Unpin for CompileRequest
impl UnsafeUnpin for CompileRequest
impl UnwindSafe for CompileRequest
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