#[repr(C)]pub struct TasksLog {}Fields§
§id: [u8; 8]§time: [u8; 8]§event_type: u32§task_id: u32§pool_id: u32§instr_id: u32§counter: [u8; 8]§pubkey: Pubkey§cost: [u8; 8]§trade_qty: i32§trade_px: [u8; 8]§ps: u32§ps_px: [u8; 8]Implementations§
source§impl TasksLog
impl TasksLog
pub fn get_id(&self) -> i64
pub fn set_id(&mut self, value: i64)
pub fn get_time(&self) -> i64
pub fn set_time(&mut self, value: i64)
pub fn get_counter(&self) -> i64
pub fn set_counter(&mut self, value: i64)
pub fn get_cost(&self) -> i64
pub fn set_cost(&mut self, value: i64)
pub fn get_trade_px(&self) -> i64
pub fn set_trade_px(&mut self, value: i64)
pub fn get_ps_px(&self) -> i64
pub fn set_ps_px(&mut self, value: i64)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TasksLog
impl RefUnwindSafe for TasksLog
impl Send for TasksLog
impl Sync for TasksLog
impl Unpin for TasksLog
impl UnwindSafe for TasksLog
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§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