pub struct RecordQueryR {
pub originating_id: EntityId,
pub receiving_id: EntityId,
pub request_id: u32,
pub required_reliability_service: RequiredReliabilityService,
pub event_type: RecordQueryREventType,
pub time: TimeStamp,
pub record_query_specification: RecordQuerySpecification,
}Expand description
5.12.4.14 Record Query-R PDU
7.11.14 Record Query-R PDU
Fields§
§originating_id: EntityId§receiving_id: EntityId§request_id: u32§required_reliability_service: RequiredReliabilityService§event_type: RecordQueryREventType§time: TimeStamp§record_query_specification: RecordQuerySpecificationImplementations§
Source§impl RecordQueryR
impl RecordQueryR
pub fn builder() -> RecordQueryRBuilder
pub fn into_builder(self) -> RecordQueryRBuilder
pub fn into_pdu_body(self) -> PduBody
Trait Implementations§
Source§impl BodyInfo for RecordQueryR
impl BodyInfo for RecordQueryR
Source§impl Clone for RecordQueryR
impl Clone for RecordQueryR
Source§fn clone(&self) -> RecordQueryR
fn clone(&self) -> RecordQueryR
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 RecordQueryR
impl Debug for RecordQueryR
Source§impl Default for RecordQueryR
impl Default for RecordQueryR
Source§fn default() -> RecordQueryR
fn default() -> RecordQueryR
Returns the “default value” for a type. Read more
Source§impl Interaction for RecordQueryR
impl Interaction for RecordQueryR
Source§impl PartialEq for RecordQueryR
impl PartialEq for RecordQueryR
Source§impl SerializePdu for RecordQueryR
impl SerializePdu for RecordQueryR
fn serialize_pdu(&self, _version: SupportedVersion, buf: &mut BytesMut) -> u16
impl StructuralPartialEq for RecordQueryR
Auto Trait Implementations§
impl Freeze for RecordQueryR
impl RefUnwindSafe for RecordQueryR
impl Send for RecordQueryR
impl Sync for RecordQueryR
impl Unpin for RecordQueryR
impl UnwindSafe for RecordQueryR
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