Struct rphtml::parser::DocHolder[][src]

pub struct DocHolder { /* fields omitted */ }

Doc holder

Implementations

impl DocHolder[src]

pub fn render(&self, options: &RenderOptions) -> String[src]

pub fn render_text(&self, options: &RenderOptions) -> String[src]

pub fn borrow(&self) -> Ref<'_, Doc>[src]

pub fn get_root_node(&self) -> RefNode[src]

pub fn get_element_by_id(&self, id: &str) -> Option<RefNode>[src]

Trait Implementations

impl From<Rc<RefCell<Doc>>> for DocHolder[src]

Auto Trait Implementations

impl !RefUnwindSafe for DocHolder

impl !Send for DocHolder

impl !Sync for DocHolder

impl Unpin for DocHolder

impl !UnwindSafe for DocHolder

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.