pub struct CommentR {
pub originating_id: EntityId,
pub receiving_id: EntityId,
pub variable_datum_records: Vec<VariableDatum>,
}Expand description
5.12.4.13 Comment-R PDU
7.11.13 Comment-R PDU
Fields§
§originating_id: EntityId§receiving_id: EntityId§variable_datum_records: Vec<VariableDatum>Implementations§
Source§impl CommentR
impl CommentR
pub fn builder() -> CommentRBuilder
pub fn into_builder(self) -> CommentRBuilder
pub fn into_pdu_body(self) -> PduBody
Trait Implementations§
Source§impl Interaction for CommentR
impl Interaction for CommentR
Source§impl SerializePdu for CommentR
impl SerializePdu for CommentR
fn serialize_pdu(&self, _version: SupportedVersion, buf: &mut BytesMut) -> u16
impl StructuralPartialEq for CommentR
Auto Trait Implementations§
impl Freeze for CommentR
impl RefUnwindSafe for CommentR
impl Send for CommentR
impl Sync for CommentR
impl Unpin for CommentR
impl UnwindSafe for CommentR
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