pub struct TwapsResponse {
pub binary: BinaryUpdate,
pub parsed: Option<Vec<ParsedPriceFeedTwap>>,
}
Fields§
§binary: BinaryUpdate
§parsed: Option<Vec<ParsedPriceFeedTwap>>
Trait Implementations§
Source§impl Debug for TwapsResponse
impl Debug for TwapsResponse
Source§impl<'de> Deserialize<'de> for TwapsResponse
impl<'de> Deserialize<'de> for TwapsResponse
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
Auto Trait Implementations§
impl Freeze for TwapsResponse
impl RefUnwindSafe for TwapsResponse
impl Send for TwapsResponse
impl Sync for TwapsResponse
impl Unpin for TwapsResponse
impl UnwindSafe for TwapsResponse
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