pub struct EpisodeMeta {
pub lang: Option<String>,
pub tool_names: Vec<String>,
pub error_types: Vec<String>,
pub repo_fingerprint: Option<String>,
pub os: Option<String>,
pub editor: Option<String>,
pub raw_content_included: bool,
}Fields§
§lang: Option<String>§tool_names: Vec<String>§error_types: Vec<String>§repo_fingerprint: Option<String>§os: Option<String>§editor: Option<String>§raw_content_included: boolTrait Implementations§
Source§impl Clone for EpisodeMeta
impl Clone for EpisodeMeta
Source§fn clone(&self) -> EpisodeMeta
fn clone(&self) -> EpisodeMeta
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 EpisodeMeta
impl Debug for EpisodeMeta
Source§impl<'de> Deserialize<'de> for EpisodeMeta
impl<'de> Deserialize<'de> for EpisodeMeta
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
Auto Trait Implementations§
impl Freeze for EpisodeMeta
impl RefUnwindSafe for EpisodeMeta
impl Send for EpisodeMeta
impl Sync for EpisodeMeta
impl Unpin for EpisodeMeta
impl UnsafeUnpin for EpisodeMeta
impl UnwindSafe for EpisodeMeta
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