pub struct PlantUmlRenderer { /* private fields */ }Implementations§
Source§impl PlantUmlRenderer
impl PlantUmlRenderer
pub fn with_runtime_path(jar_path: PathBuf) -> Self
pub fn with_cache_dir(cache_dir: PathBuf) -> Self
pub fn available_themes() -> &'static [&'static str]
Trait Implementations§
Source§impl Clone for PlantUmlRenderer
impl Clone for PlantUmlRenderer
Source§fn clone(&self) -> PlantUmlRenderer
fn clone(&self) -> PlantUmlRenderer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PlantUmlRenderer
impl Debug for PlantUmlRenderer
Source§impl Renderer for PlantUmlRenderer
impl Renderer for PlantUmlRenderer
fn render(&self, input: &RenderInput) -> Result<RenderOutput, RenderError>
Auto Trait Implementations§
impl Freeze for PlantUmlRenderer
impl RefUnwindSafe for PlantUmlRenderer
impl Send for PlantUmlRenderer
impl Sync for PlantUmlRenderer
impl Unpin for PlantUmlRenderer
impl UnsafeUnpin for PlantUmlRenderer
impl UnwindSafe for PlantUmlRenderer
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