pub struct ContractInputInfo {
pub contract_descriptor: ContractDescriptor,
pub oracles: OracleInput,
}
Expand description
Represents the contract specifications.
Fields§
§contract_descriptor: ContractDescriptor
The contract conditions.
oracles: OracleInput
The oracle information.
Trait Implementations§
Source§impl Clone for ContractInputInfo
impl Clone for ContractInputInfo
Source§fn clone(&self) -> ContractInputInfo
fn clone(&self) -> ContractInputInfo
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 moreAuto Trait Implementations§
impl Freeze for ContractInputInfo
impl RefUnwindSafe for ContractInputInfo
impl Send for ContractInputInfo
impl Sync for ContractInputInfo
impl Unpin for ContractInputInfo
impl UnwindSafe for ContractInputInfo
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