pub struct PythOracle {
pub oracles: Vec<PythPrice>,
pub meta: ActionMeta,
}Fields§
§oracles: Vec<PythPrice>§meta: ActionMetaTrait Implementations§
Source§impl Clone for PythOracle
impl Clone for PythOracle
Source§fn clone(&self) -> PythOracle
fn clone(&self) -> PythOracle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PythOracle
impl Debug for PythOracle
Source§impl<'de> Deserialize<'de> for PythOracle
impl<'de> Deserialize<'de> for PythOracle
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<PythOracle> for Action
impl From<PythOracle> for Action
Source§fn from(o: PythOracle) -> Self
fn from(o: PythOracle) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PythOracle
impl RefUnwindSafe for PythOracle
impl Send for PythOracle
impl Sync for PythOracle
impl Unpin for PythOracle
impl UnsafeUnpin for PythOracle
impl UnwindSafe for PythOracle
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