pub struct DrawioRenderer { /* private fields */ }Implementations§
Source§impl DrawioRenderer
impl DrawioRenderer
pub fn with_runtime_path(runtime_path: PathBuf) -> Self
Trait Implementations§
Source§impl Clone for DrawioRenderer
impl Clone for DrawioRenderer
Source§fn clone(&self) -> DrawioRenderer
fn clone(&self) -> DrawioRenderer
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 DrawioRenderer
impl Debug for DrawioRenderer
Source§impl Renderer for DrawioRenderer
impl Renderer for DrawioRenderer
fn render(&self, input: &RenderInput) -> Result<RenderOutput, RenderError>
Auto Trait Implementations§
impl Freeze for DrawioRenderer
impl RefUnwindSafe for DrawioRenderer
impl Send for DrawioRenderer
impl Sync for DrawioRenderer
impl Unpin for DrawioRenderer
impl UnsafeUnpin for DrawioRenderer
impl UnwindSafe for DrawioRenderer
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