Struct switchboard_solana::oracle_program::accounts::vrf_pool::VrfPoolRow
source · #[repr(packed(1))]pub struct VrfPoolRow {
pub timestamp: i64,
pub pubkey: Pubkey,
}
Fields§
§timestamp: i64
§pubkey: Pubkey
Trait Implementations§
source§impl Clone for VrfPoolRow
impl Clone for VrfPoolRow
source§fn clone(&self) -> VrfPoolRow
fn clone(&self) -> VrfPoolRow
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 Debug for VrfPoolRow
impl Debug for VrfPoolRow
source§impl Default for VrfPoolRow
impl Default for VrfPoolRow
source§fn default() -> VrfPoolRow
fn default() -> VrfPoolRow
Returns the “default value” for a type. Read more
impl Copy for VrfPoolRow
Auto Trait Implementations§
impl RefUnwindSafe for VrfPoolRow
impl Send for VrfPoolRow
impl Sync for VrfPoolRow
impl Unpin for VrfPoolRow
impl UnwindSafe for VrfPoolRow
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