pub struct ExampleExporter;Implementations§
Source§impl ExampleExporter
impl ExampleExporter
pub fn new() -> Self
pub fn export( &self, config: &ExampleConfig, output: &OutputDirectory, ) -> Result<ExportResult>
Auto Trait Implementations§
impl Freeze for ExampleExporter
impl RefUnwindSafe for ExampleExporter
impl Send for ExampleExporter
impl Sync for ExampleExporter
impl Unpin for ExampleExporter
impl UnwindSafe for ExampleExporter
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