pub struct TokmdPacketsProducer {
pub name: String,
pub version: Option<String>,
pub tokmd_run: Option<bool>,
}Expand description
Producer metadata recorded by the exporting tool.
Fields§
§name: String§version: Option<String>§tokmd_run: Option<bool>Trait Implementations§
Source§impl Clone for TokmdPacketsProducer
impl Clone for TokmdPacketsProducer
Source§fn clone(&self) -> TokmdPacketsProducer
fn clone(&self) -> TokmdPacketsProducer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TokmdPacketsProducer
impl Debug for TokmdPacketsProducer
Source§impl<'de> Deserialize<'de> for TokmdPacketsProducer
impl<'de> Deserialize<'de> for TokmdPacketsProducer
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for TokmdPacketsProducer
Source§impl PartialEq for TokmdPacketsProducer
impl PartialEq for TokmdPacketsProducer
Source§fn eq(&self, other: &TokmdPacketsProducer) -> bool
fn eq(&self, other: &TokmdPacketsProducer) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TokmdPacketsProducer
impl Serialize for TokmdPacketsProducer
impl StructuralPartialEq for TokmdPacketsProducer
Auto Trait Implementations§
impl Freeze for TokmdPacketsProducer
impl RefUnwindSafe for TokmdPacketsProducer
impl Send for TokmdPacketsProducer
impl Sync for TokmdPacketsProducer
impl Unpin for TokmdPacketsProducer
impl UnsafeUnpin for TokmdPacketsProducer
impl UnwindSafe for TokmdPacketsProducer
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