pub struct IcIcrcTotalSupplyQuery {
pub start_unix_secs: u64,
pub end_unix_secs: u64,
pub step_secs: u32,
}Expand description
IcIcrcTotalSupplyQuery
One explicitly bounded total-supply series query for an ICRC ledger.
Fields§
§start_unix_secs: u64Inclusive query start as Unix seconds.
end_unix_secs: u64Inclusive query end as Unix seconds.
step_secs: u32Requested observation interval in seconds.
Implementations§
Trait Implementations§
Source§impl Clone for IcIcrcTotalSupplyQuery
impl Clone for IcIcrcTotalSupplyQuery
Source§fn clone(&self) -> IcIcrcTotalSupplyQuery
fn clone(&self) -> IcIcrcTotalSupplyQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IcIcrcTotalSupplyQuery
impl Debug for IcIcrcTotalSupplyQuery
impl Eq for IcIcrcTotalSupplyQuery
Source§impl PartialEq for IcIcrcTotalSupplyQuery
impl PartialEq for IcIcrcTotalSupplyQuery
Source§impl Serialize for IcIcrcTotalSupplyQuery
impl Serialize for IcIcrcTotalSupplyQuery
impl StructuralPartialEq for IcIcrcTotalSupplyQuery
Auto Trait Implementations§
impl Freeze for IcIcrcTotalSupplyQuery
impl RefUnwindSafe for IcIcrcTotalSupplyQuery
impl Send for IcIcrcTotalSupplyQuery
impl Sync for IcIcrcTotalSupplyQuery
impl Unpin for IcIcrcTotalSupplyQuery
impl UnsafeUnpin for IcIcrcTotalSupplyQuery
impl UnwindSafe for IcIcrcTotalSupplyQuery
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