pub struct OracleAverageQuery {
pub variable: Variable,
pub secs: U256,
pub ago: U256,
}
Fields§
§variable: Variable
§secs: U256
§ago: U256
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OracleAverageQuery
impl RefUnwindSafe for OracleAverageQuery
impl Send for OracleAverageQuery
impl Sync for OracleAverageQuery
impl Unpin for OracleAverageQuery
impl UnwindSafe for OracleAverageQuery
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