pub struct TradingCalendarBuilder { /* private fields */ }
Expand description
Builder for Trading Calendar API.
Implementations§
Source§impl TradingCalendarBuilder
impl TradingCalendarBuilder
Sourcepub fn holiday_division(
self,
holiday_division: impl Into<HolidayDivision>,
) -> Self
pub fn holiday_division( self, holiday_division: impl Into<HolidayDivision>, ) -> Self
Set holiday division.
Trait Implementations§
Source§impl Clone for TradingCalendarBuilder
impl Clone for TradingCalendarBuilder
Source§fn clone(&self) -> TradingCalendarBuilder
fn clone(&self) -> TradingCalendarBuilder
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 JQuantsBuilder<TradingCalendarResponse> for TradingCalendarBuilder
impl JQuantsBuilder<TradingCalendarResponse> for TradingCalendarBuilder
Source§async fn send(self) -> Result<TradingCalendarResponse, JQuantsError>
async fn send(self) -> Result<TradingCalendarResponse, JQuantsError>
Send the request.
Source§async fn send_ref(&self) -> Result<TradingCalendarResponse, JQuantsError>
async fn send_ref(&self) -> Result<TradingCalendarResponse, JQuantsError>
Send the request without consuming ownership.
Use only when reusing the builder.
Auto Trait Implementations§
impl Freeze for TradingCalendarBuilder
impl !RefUnwindSafe for TradingCalendarBuilder
impl Send for TradingCalendarBuilder
impl Sync for TradingCalendarBuilder
impl Unpin for TradingCalendarBuilder
impl !UnwindSafe for TradingCalendarBuilder
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