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