pub struct ContractInfoInner {
pub contract_descriptor: ContractDescriptor,
pub oracle_info: OracleInfo,
}Expand description
Payout and oracle information for a contract.
Fields§
§contract_descriptor: ContractDescriptorPayout information for the contract.
oracle_info: OracleInfoOracle information for the contract.
Trait Implementations§
Source§impl Clone for ContractInfoInner
impl Clone for ContractInfoInner
Source§fn clone(&self) -> ContractInfoInner
fn clone(&self) -> ContractInfoInner
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 moreSource§impl Debug for ContractInfoInner
impl Debug for ContractInfoInner
Source§impl PartialEq for ContractInfoInner
impl PartialEq for ContractInfoInner
Source§impl Readable for ContractInfoInner
impl Readable for ContractInfoInner
Source§impl Writeable for ContractInfoInner
impl Writeable for ContractInfoInner
impl StructuralPartialEq for ContractInfoInner
Auto Trait Implementations§
impl Freeze for ContractInfoInner
impl RefUnwindSafe for ContractInfoInner
impl Send for ContractInfoInner
impl Sync for ContractInfoInner
impl Unpin for ContractInfoInner
impl UnwindSafe for ContractInfoInner
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