pub struct Xhtml(/* private fields */);
Trait Implementations§
Source§impl Convert for Xhtml
impl Convert for Xhtml
fn to_strings(&self) -> Result<String>
fn to_integer(&self) -> Result<Integer>
fn to_decimal(&self) -> Result<Decimal>
fn to_datetime(&self) -> Result<DateTime>
fn to_boolean(&self) -> Result<Boolean>
Source§impl Executor for Xhtml
impl Executor for Xhtml
fn to_collection(&self, _index: &Option<usize>) -> Collection
fn child(&self, _index: usize) -> Result<Collection>
fn element( &self, _symbol: &String, _index: &Option<usize>, ) -> Result<Collection>
Auto Trait Implementations§
impl Freeze for Xhtml
impl RefUnwindSafe for Xhtml
impl Send for Xhtml
impl Sync for Xhtml
impl Unpin for Xhtml
impl UnwindSafe for Xhtml
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