pub struct RecordQuerySpecification {
pub record_ids: Vec<VariableRecordType>,
}Expand description
6.2.72 Record Query Specification record
Fields§
§record_ids: Vec<VariableRecordType>Implementations§
Source§impl RecordQuerySpecification
impl RecordQuerySpecification
pub fn with_record_id(self, record_id: VariableRecordType) -> Self
pub fn with_record_ids(self, record_ids: Vec<VariableRecordType>) -> Self
Trait Implementations§
Source§impl Clone for RecordQuerySpecification
impl Clone for RecordQuerySpecification
Source§fn clone(&self) -> RecordQuerySpecification
fn clone(&self) -> RecordQuerySpecification
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 Debug for RecordQuerySpecification
impl Debug for RecordQuerySpecification
Source§impl Default for RecordQuerySpecification
impl Default for RecordQuerySpecification
Source§fn default() -> RecordQuerySpecification
fn default() -> RecordQuerySpecification
Returns the “default value” for a type. Read more
Source§impl PartialEq for RecordQuerySpecification
impl PartialEq for RecordQuerySpecification
Source§impl Serialize for RecordQuerySpecification
impl Serialize for RecordQuerySpecification
impl StructuralPartialEq for RecordQuerySpecification
Auto Trait Implementations§
impl Freeze for RecordQuerySpecification
impl RefUnwindSafe for RecordQuerySpecification
impl Send for RecordQuerySpecification
impl Sync for RecordQuerySpecification
impl Unpin for RecordQuerySpecification
impl UnwindSafe for RecordQuerySpecification
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