pub struct ForwardStartingOptionItem {
pub blackouts: Option<String>,
pub close: Option<String>,
pub date: Option<String>,
pub open: Option<String>,
}
Fields§
§blackouts: Option<String>
The epoch value for the blackouts of forward starting session.\n
close: Option<String>
The epoch value for the closing date of forward starting session.\n
date: Option<String>
The epoch value for the date of forward starting session.\n
open: Option<String>
The epoch value for the opening date of forward starting session.\n
Trait Implementations§
Source§impl Clone for ForwardStartingOptionItem
impl Clone for ForwardStartingOptionItem
Source§fn clone(&self) -> ForwardStartingOptionItem
fn clone(&self) -> ForwardStartingOptionItem
Returns a duplicate 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 ForwardStartingOptionItem
impl Debug for ForwardStartingOptionItem
Source§impl<'de> Deserialize<'de> for ForwardStartingOptionItem
impl<'de> Deserialize<'de> for ForwardStartingOptionItem
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 ForwardStartingOptionItem
impl RefUnwindSafe for ForwardStartingOptionItem
impl Send for ForwardStartingOptionItem
impl Sync for ForwardStartingOptionItem
impl Unpin for ForwardStartingOptionItem
impl UnwindSafe for ForwardStartingOptionItem
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