Struct switchboard_on_demand::on_demand::instructions::oracle_heartbeat::OracleHeartbeatArgs
source · pub struct OracleHeartbeatArgs {
pub oracle: Pubkey,
pub oracle_signer: Pubkey,
pub queue: Pubkey,
pub queue_authority: Pubkey,
pub gc_node: Pubkey,
pub uri: Option<[u8; 64]>,
pub pending_paid_accounts: Vec<Pubkey>,
pub escrows: Vec<Pubkey>,
pub payer: Pubkey,
}
Fields§
§oracle: Pubkey
§oracle_signer: Pubkey
§queue: Pubkey
§gc_node: Pubkey
§uri: Option<[u8; 64]>
§pending_paid_accounts: Vec<Pubkey>
§escrows: Vec<Pubkey>
§payer: Pubkey
Auto Trait Implementations§
impl Freeze for OracleHeartbeatArgs
impl RefUnwindSafe for OracleHeartbeatArgs
impl Send for OracleHeartbeatArgs
impl Sync for OracleHeartbeatArgs
impl Unpin for OracleHeartbeatArgs
impl UnwindSafe for OracleHeartbeatArgs
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more