Enum wkhtmlapp::WkhtmlError
source · [−]Variants
ServiceErr(String)
RenderingErr(String)
Trait Implementations
sourceimpl Clone for WkhtmlError
impl Clone for WkhtmlError
sourcefn clone(&self) -> WkhtmlError
fn clone(&self) -> WkhtmlError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for WkhtmlError
impl Debug for WkhtmlError
Auto Trait Implementations
impl RefUnwindSafe for WkhtmlError
impl Send for WkhtmlError
impl Sync for WkhtmlError
impl Unpin for WkhtmlError
impl UnwindSafe for WkhtmlError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more