pub struct TradeRecurrentQuery5 {
pub qry_tp: String,
pub frqcy: TradeQueryExecutionFrequency3,
pub vld_until: String,
}Fields§
§qry_tp: String§frqcy: TradeQueryExecutionFrequency3§vld_until: StringImplementations§
Source§impl TradeRecurrentQuery5
impl TradeRecurrentQuery5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TradeRecurrentQuery5
impl RefUnwindSafe for TradeRecurrentQuery5
impl Send for TradeRecurrentQuery5
impl Sync for TradeRecurrentQuery5
impl Unpin for TradeRecurrentQuery5
impl UnwindSafe for TradeRecurrentQuery5
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