pub struct PgnPacket {
pub directive: Directive,
pub run_id: String,
pub fields: BTreeMap<String, FieldValue>,
}Fields§
§directive: Directive§run_id: String§fields: BTreeMap<String, FieldValue>Trait Implementations§
impl StructuralPartialEq for PgnPacket
Auto Trait Implementations§
impl Freeze for PgnPacket
impl RefUnwindSafe for PgnPacket
impl Send for PgnPacket
impl Sync for PgnPacket
impl Unpin for PgnPacket
impl UnsafeUnpin for PgnPacket
impl UnwindSafe for PgnPacket
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