pub struct RawHtmlAttribute {
pub name: NodeInterval,
pub value: Option<NodeInterval>,
}Fields§
§name: NodeInterval§value: Option<NodeInterval>Trait Implementations§
Source§impl Clone for RawHtmlAttribute
impl Clone for RawHtmlAttribute
Source§fn clone(&self) -> RawHtmlAttribute
fn clone(&self) -> RawHtmlAttribute
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RawHtmlAttribute
Source§impl Debug for RawHtmlAttribute
impl Debug for RawHtmlAttribute
impl Eq for RawHtmlAttribute
Source§impl PartialEq for RawHtmlAttribute
impl PartialEq for RawHtmlAttribute
impl StructuralPartialEq for RawHtmlAttribute
Auto Trait Implementations§
impl Freeze for RawHtmlAttribute
impl RefUnwindSafe for RawHtmlAttribute
impl Send for RawHtmlAttribute
impl Sync for RawHtmlAttribute
impl Unpin for RawHtmlAttribute
impl UnsafeUnpin for RawHtmlAttribute
impl UnwindSafe for RawHtmlAttribute
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