pub struct SpecCompiler;Implementations§
Source§impl SpecCompiler
impl SpecCompiler
pub fn from_yaml(input: &str) -> Result<SpecDocument, SpecCompileError>
pub fn compile( doc: &SpecDocument, ) -> Result<CompiledMutationPlan, SpecCompileError>
Auto Trait Implementations§
impl Freeze for SpecCompiler
impl RefUnwindSafe for SpecCompiler
impl Send for SpecCompiler
impl Sync for SpecCompiler
impl Unpin for SpecCompiler
impl UnsafeUnpin for SpecCompiler
impl UnwindSafe for SpecCompiler
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