pub struct DataQueryBuilder(/* private fields */);Implementations§
Source§impl DataQueryBuilder
impl DataQueryBuilder
pub fn new() -> Self
pub fn new_from_body(body: DataQuery) -> Self
pub fn build(self) -> DataQuery
pub fn with_origination_id(self, originating_id: EntityId) -> Self
pub fn with_receiving_id(self, receiving_id: EntityId) -> Self
pub fn with_request_id(self, request_id: u32) -> Self
pub fn with_time_interval(self, time_interval: u32) -> Self
pub fn with_fixed_datums( self, fixed_datum_records: Vec<VariableRecordType>, ) -> Self
pub fn with_variable_datums( self, variable_datum_records: Vec<VariableRecordType>, ) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataQueryBuilder
impl RefUnwindSafe for DataQueryBuilder
impl Send for DataQueryBuilder
impl Sync for DataQueryBuilder
impl Unpin for DataQueryBuilder
impl UnwindSafe for DataQueryBuilder
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