pub struct Processor { /* private fields */ }Implementations§
Source§impl Processor
impl Processor
pub fn new_unnamed<T: Type>(&self) -> Ref<'_, T>
pub fn new_uninit<T: Type>(&self, name: impl Eval<String>) -> Ref<'_, T>
pub fn from_mdt<T: Type>(&self, name: impl Eval<String>) -> Ref<'_, T>
pub fn generate(self) -> String
pub fn write_to(self, target: impl Write) -> Result<()>
pub fn write_to_stdout(self)
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Processor
impl !RefUnwindSafe for Processor
impl !Send for Processor
impl !Sync for Processor
impl Unpin for Processor
impl UnwindSafe for Processor
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