pub struct LoadHistoryPeriod {
pub asset: String,
pub period: i64,
pub time: i64,
pub index: u64,
pub offset: i64,
}
Fields§
§asset: String
§period: i64
§time: i64
§index: u64
§offset: i64
Implementations§
Trait Implementations§
Source§impl Clone for LoadHistoryPeriod
impl Clone for LoadHistoryPeriod
Source§fn clone(&self) -> LoadHistoryPeriod
fn clone(&self) -> LoadHistoryPeriod
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 LoadHistoryPeriod
impl Debug for LoadHistoryPeriod
Source§impl<'de> Deserialize<'de> for LoadHistoryPeriod
impl<'de> Deserialize<'de> for LoadHistoryPeriod
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
Auto Trait Implementations§
impl Freeze for LoadHistoryPeriod
impl RefUnwindSafe for LoadHistoryPeriod
impl Send for LoadHistoryPeriod
impl Sync for LoadHistoryPeriod
impl Unpin for LoadHistoryPeriod
impl UnwindSafe for LoadHistoryPeriod
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