pub enum GetProtfolioHistoryForUserInterval {
Daily,
Hourly,
}Expand description
GetProtfolioHistoryForUserInterval
JSON schema
{
"type": "string",
"enum": [
"daily",
"hourly"
]
}Variants§
Trait Implementations§
Source§impl Clone for GetProtfolioHistoryForUserInterval
impl Clone for GetProtfolioHistoryForUserInterval
Source§fn clone(&self) -> GetProtfolioHistoryForUserInterval
fn clone(&self) -> GetProtfolioHistoryForUserInterval
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 moreimpl Copy for GetProtfolioHistoryForUserInterval
Source§impl<'de> Deserialize<'de> for GetProtfolioHistoryForUserInterval
impl<'de> Deserialize<'de> for GetProtfolioHistoryForUserInterval
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
impl Eq for GetProtfolioHistoryForUserInterval
Source§impl From<&GetProtfolioHistoryForUserInterval> for GetProtfolioHistoryForUserInterval
impl From<&GetProtfolioHistoryForUserInterval> for GetProtfolioHistoryForUserInterval
Source§fn from(value: &GetProtfolioHistoryForUserInterval) -> Self
fn from(value: &GetProtfolioHistoryForUserInterval) -> Self
Converts to this type from the input type.
Source§impl Ord for GetProtfolioHistoryForUserInterval
impl Ord for GetProtfolioHistoryForUserInterval
Source§fn cmp(&self, other: &GetProtfolioHistoryForUserInterval) -> Ordering
fn cmp(&self, other: &GetProtfolioHistoryForUserInterval) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GetProtfolioHistoryForUserInterval
impl PartialEq for GetProtfolioHistoryForUserInterval
Source§fn eq(&self, other: &GetProtfolioHistoryForUserInterval) -> bool
fn eq(&self, other: &GetProtfolioHistoryForUserInterval) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GetProtfolioHistoryForUserInterval
impl PartialOrd for GetProtfolioHistoryForUserInterval
impl StructuralPartialEq for GetProtfolioHistoryForUserInterval
Source§impl TryFrom<&String> for GetProtfolioHistoryForUserInterval
impl TryFrom<&String> for GetProtfolioHistoryForUserInterval
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for GetProtfolioHistoryForUserInterval
impl TryFrom<&str> for GetProtfolioHistoryForUserInterval
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for GetProtfolioHistoryForUserInterval
impl TryFrom<String> for GetProtfolioHistoryForUserInterval
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for GetProtfolioHistoryForUserInterval
impl RefUnwindSafe for GetProtfolioHistoryForUserInterval
impl Send for GetProtfolioHistoryForUserInterval
impl Sync for GetProtfolioHistoryForUserInterval
impl Unpin for GetProtfolioHistoryForUserInterval
impl UnsafeUnpin for GetProtfolioHistoryForUserInterval
impl UnwindSafe for GetProtfolioHistoryForUserInterval
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