pub struct AnyMonth;Expand description
Marker type for a futures builder with an unspecified contract month (open query).
Reached via FuturesBuilder::any_month to build
a month-less futures contract for an enumerate-all contract_details lookup.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnyMonth
impl RefUnwindSafe for AnyMonth
impl Send for AnyMonth
impl Sync for AnyMonth
impl Unpin for AnyMonth
impl UnsafeUnpin for AnyMonth
impl UnwindSafe for AnyMonth
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