pub struct PlantUMLPreprocessor;
Trait Implementations§
Source§impl Preprocessor for PlantUMLPreprocessor
impl Preprocessor for PlantUMLPreprocessor
Auto Trait Implementations§
impl Freeze for PlantUMLPreprocessor
impl RefUnwindSafe for PlantUMLPreprocessor
impl Send for PlantUMLPreprocessor
impl Sync for PlantUMLPreprocessor
impl Unpin for PlantUMLPreprocessor
impl UnwindSafe for PlantUMLPreprocessor
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