[−][src]Struct evtx::JsonOutput
Trait Implementations
impl<W: Write> BinXmlOutput<W> for JsonOutput<W>[src]
fn with_writer(target: W, settings: &ParserSettings) -> Self[src]
fn into_writer(self) -> Result<W, Error>[src]
fn visit_end_of_stream(&mut self) -> Result<(), Error>[src]
fn visit_open_start_element(
&mut self,
element: &XmlElement
) -> Result<(), Error>[src]
&mut self,
element: &XmlElement
) -> Result<(), Error>
fn visit_close_element(&mut self, _element: &XmlElement) -> Result<(), Error>[src]
fn visit_characters(&mut self, value: &BinXmlValue) -> Result<(), Error>[src]
fn visit_cdata_section(&mut self) -> Result<(), Error>[src]
fn visit_entity_reference(&mut self) -> Result<(), Error>[src]
fn visit_processing_instruction_target(&mut self) -> Result<(), Error>[src]
fn visit_processing_instruction_data(&mut self) -> Result<(), Error>[src]
fn visit_start_of_stream(&mut self) -> Result<(), Error>[src]
Auto Trait Implementations
impl<W> Send for JsonOutput<W> where
W: Send,
W: Send,
impl<W> Sync for JsonOutput<W> where
W: Sync,
W: Sync,
Blanket Implementations
impl<T> From for T[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,