Struct sn0int_std::html::Element
source · pub struct Element {
pub attrs: HashMap<String, String>,
pub text: String,
pub html: String,
}
Fields§
§attrs: HashMap<String, String>
§text: String
§html: String
Trait Implementations§
source§impl From<Element> for AnyLuaValue
impl From<Element> for AnyLuaValue
source§fn from(elem: Element) -> AnyLuaValue
fn from(elem: Element) -> AnyLuaValue
Converts to this type from the input type.
source§impl PartialEq<Element> for Element
impl PartialEq<Element> for Element
impl StructuralPartialEq for Element
Auto Trait Implementations§
impl RefUnwindSafe for Element
impl Send for Element
impl Sync for Element
impl Unpin for Element
impl UnwindSafe for Element
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere T: 'a,
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