Struct switchboard_solana::prelude::CacheEntry
source · pub struct CacheEntry {
pub pubkey: Pubkey,
pub timestamp: i64,
}
Fields§
§pubkey: Pubkey
§timestamp: i64
Trait Implementations§
source§impl Clone for CacheEntry
impl Clone for CacheEntry
source§fn clone(&self) -> CacheEntry
fn clone(&self) -> CacheEntry
Returns a copy 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 Default for CacheEntry
impl Default for CacheEntry
source§fn default() -> CacheEntry
fn default() -> CacheEntry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CacheEntry
impl Send for CacheEntry
impl Sync for CacheEntry
impl Unpin for CacheEntry
impl UnwindSafe for CacheEntry
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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