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