pub struct ActionResponseR {
pub originating_id: EntityId,
pub receiving_id: EntityId,
pub request_id: u32,
pub request_status: RequestStatus,
pub fixed_datum_records: Vec<FixedDatum>,
pub variable_datum_records: Vec<VariableDatum>,
}Expand description
5.12.4.7 Action Request-R PDU
7.11.8 Action Response-R PDU
Fields§
§originating_id: EntityId§receiving_id: EntityId§request_id: u32§request_status: RequestStatus§fixed_datum_records: Vec<FixedDatum>§variable_datum_records: Vec<VariableDatum>Implementations§
Source§impl ActionResponseR
impl ActionResponseR
pub fn builder() -> ActionResponseRBuilder
pub fn into_builder(self) -> ActionResponseRBuilder
pub fn into_pdu_body(self) -> PduBody
Trait Implementations§
Source§impl BodyInfo for ActionResponseR
impl BodyInfo for ActionResponseR
Source§impl Clone for ActionResponseR
impl Clone for ActionResponseR
Source§fn clone(&self) -> ActionResponseR
fn clone(&self) -> ActionResponseR
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 ActionResponseR
impl Debug for ActionResponseR
Source§impl Default for ActionResponseR
impl Default for ActionResponseR
Source§fn default() -> ActionResponseR
fn default() -> ActionResponseR
Returns the “default value” for a type. Read more
Source§impl Interaction for ActionResponseR
impl Interaction for ActionResponseR
Source§impl PartialEq for ActionResponseR
impl PartialEq for ActionResponseR
Source§impl SerializePdu for ActionResponseR
impl SerializePdu for ActionResponseR
fn serialize_pdu(&self, _version: SupportedVersion, buf: &mut BytesMut) -> u16
impl StructuralPartialEq for ActionResponseR
Auto Trait Implementations§
impl Freeze for ActionResponseR
impl RefUnwindSafe for ActionResponseR
impl Send for ActionResponseR
impl Sync for ActionResponseR
impl Unpin for ActionResponseR
impl UnwindSafe for ActionResponseR
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