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