pub struct GetIbsHistoryRequest {
pub end: u64,
pub start: u64,
}Expand description
Structure representing IB’s history block
Fields§
§end: u64End of IBs history block
start: u64Start of IBs history block
Implementations§
Trait Implementations§
Source§impl Clone for GetIbsHistoryRequest
impl Clone for GetIbsHistoryRequest
Source§fn clone(&self) -> GetIbsHistoryRequest
fn clone(&self) -> GetIbsHistoryRequest
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 GetIbsHistoryRequest
impl Debug for GetIbsHistoryRequest
Source§impl Default for GetIbsHistoryRequest
impl Default for GetIbsHistoryRequest
Source§fn default() -> GetIbsHistoryRequest
fn default() -> GetIbsHistoryRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetIbsHistoryRequest
impl<'de> Deserialize<'de> for GetIbsHistoryRequest
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
Source§impl PartialEq for GetIbsHistoryRequest
impl PartialEq for GetIbsHistoryRequest
Source§impl Serialize for GetIbsHistoryRequest
impl Serialize for GetIbsHistoryRequest
impl StructuralPartialEq for GetIbsHistoryRequest
Auto Trait Implementations§
impl Freeze for GetIbsHistoryRequest
impl RefUnwindSafe for GetIbsHistoryRequest
impl Send for GetIbsHistoryRequest
impl Sync for GetIbsHistoryRequest
impl Unpin for GetIbsHistoryRequest
impl UnwindSafe for GetIbsHistoryRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)