pub struct ExtendedSession {
pub name: &'static str,
pub session: Session,
}Expand description
One named non-regular trading window, such as pre-open or after-close.
Fields§
§name: &'static str§session: SessionImplementations§
Trait Implementations§
Source§impl Clone for ExtendedSession
impl Clone for ExtendedSession
Source§fn clone(&self) -> ExtendedSession
fn clone(&self) -> ExtendedSession
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 ExtendedSession
impl Debug for ExtendedSession
Source§impl PartialEq for ExtendedSession
impl PartialEq for ExtendedSession
Source§fn eq(&self, other: &ExtendedSession) -> bool
fn eq(&self, other: &ExtendedSession) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ExtendedSession
impl Eq for ExtendedSession
impl StructuralPartialEq for ExtendedSession
Auto Trait Implementations§
impl Freeze for ExtendedSession
impl RefUnwindSafe for ExtendedSession
impl Send for ExtendedSession
impl Sync for ExtendedSession
impl Unpin for ExtendedSession
impl UnsafeUnpin for ExtendedSession
impl UnwindSafe for ExtendedSession
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