Enum stellar_client::endpoint::trade::SegmentResolution [−][src]
pub enum SegmentResolution {
OneMin,
FiveMin,
FifteenMin,
OneHour,
OneDay,
OneWeek,
}The segment resolution used when querying for trade aggregations.
Variants
OneMinRepresents a one minute segment.
FiveMinRepresents a five minute segment.
FifteenMinRepresents a fifteen minute segment.
OneHourRepresents an hour long segment.
OneDayRepresents a day long segment.
OneWeekRespresents a week long segment.
Trait Implementations
impl Debug for SegmentResolution[src]
impl Debug for SegmentResolutionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for SegmentResolution[src]
impl Clone for SegmentResolutionfn clone(&self) -> SegmentResolution[src]
fn clone(&self) -> SegmentResolutionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for SegmentResolution[src]
impl Copy for SegmentResolutionimpl PartialEq for SegmentResolution[src]
impl PartialEq for SegmentResolutionfn eq(&self, other: &SegmentResolution) -> bool[src]
fn eq(&self, other: &SegmentResolution) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for SegmentResolution[src]
impl Eq for SegmentResolutionimpl From<SegmentResolution> for u64[src]
impl From<SegmentResolution> for u64fn from(res: SegmentResolution) -> u64[src]
fn from(res: SegmentResolution) -> u64Performs the conversion.
Auto Trait Implementations
impl Send for SegmentResolution
impl Send for SegmentResolutionimpl Sync for SegmentResolution
impl Sync for SegmentResolution