pub struct ReplayExporter;Expand description
Export replay to different formats
Implementations§
Source§impl ReplayExporter
impl ReplayExporter
Sourcepub fn export_yaml(replay: &ReplayFile, path: &Path) -> Result<(), Error>
pub fn export_yaml(replay: &ReplayFile, path: &Path) -> Result<(), Error>
Sourcepub fn export_json(replay: &ReplayFile) -> Result<String, Error>
pub fn export_json(replay: &ReplayFile) -> Result<String, Error>
Auto Trait Implementations§
impl Freeze for ReplayExporter
impl RefUnwindSafe for ReplayExporter
impl Send for ReplayExporter
impl Sync for ReplayExporter
impl Unpin for ReplayExporter
impl UnsafeUnpin for ReplayExporter
impl UnwindSafe for ReplayExporter
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