pub struct RpcPriceFeedMetadataV2 {
pub prev_publish_time: Option<i64>,
pub proof_available_time: Option<i64>,
pub slot: Option<i64>,
}
Fields§
§prev_publish_time: Option<i64>
§proof_available_time: Option<i64>
§slot: Option<i64>
Trait Implementations§
Source§impl Clone for RpcPriceFeedMetadataV2
impl Clone for RpcPriceFeedMetadataV2
Source§fn clone(&self) -> RpcPriceFeedMetadataV2
fn clone(&self) -> RpcPriceFeedMetadataV2
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 RpcPriceFeedMetadataV2
impl Debug for RpcPriceFeedMetadataV2
Source§impl<'de> Deserialize<'de> for RpcPriceFeedMetadataV2
impl<'de> Deserialize<'de> for RpcPriceFeedMetadataV2
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 RpcPriceFeedMetadataV2
impl RefUnwindSafe for RpcPriceFeedMetadataV2
impl Send for RpcPriceFeedMetadataV2
impl Sync for RpcPriceFeedMetadataV2
impl Unpin for RpcPriceFeedMetadataV2
impl UnwindSafe for RpcPriceFeedMetadataV2
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