pub struct RecipeImporter;Expand description
Main entry point for the builder API
Implementations§
Source§impl RecipeImporter
impl RecipeImporter
Sourcepub fn builder() -> RecipeImporterBuilder
pub fn builder() -> RecipeImporterBuilder
Creates a new builder for importing recipes
§Example
use cooklang_import::RecipeImporter;
let builder = RecipeImporter::builder();Auto Trait Implementations§
impl Freeze for RecipeImporter
impl RefUnwindSafe for RecipeImporter
impl Send for RecipeImporter
impl Sync for RecipeImporter
impl Unpin for RecipeImporter
impl UnsafeUnpin for RecipeImporter
impl UnwindSafe for RecipeImporter
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