pub struct CompiledHtmlTemplate { /* private fields */ }Implementations§
Source§impl CompiledHtmlTemplate
impl CompiledHtmlTemplate
pub fn from_document(document: Document) -> Self
Trait Implementations§
Source§impl Clone for CompiledHtmlTemplate
impl Clone for CompiledHtmlTemplate
Source§fn clone(&self) -> CompiledHtmlTemplate
fn clone(&self) -> CompiledHtmlTemplate
Returns a duplicate of the value. Read more
1.0.0 · 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 CompiledHtmlTemplate
impl Debug for CompiledHtmlTemplate
Source§impl PartialEq for CompiledHtmlTemplate
impl PartialEq for CompiledHtmlTemplate
impl Eq for CompiledHtmlTemplate
impl StructuralPartialEq for CompiledHtmlTemplate
Auto Trait Implementations§
impl Freeze for CompiledHtmlTemplate
impl RefUnwindSafe for CompiledHtmlTemplate
impl Send for CompiledHtmlTemplate
impl Sync for CompiledHtmlTemplate
impl Unpin for CompiledHtmlTemplate
impl UnsafeUnpin for CompiledHtmlTemplate
impl UnwindSafe for CompiledHtmlTemplate
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