Struct dioxus_rsx::ElementAttrNamed
source · pub struct ElementAttrNamed {
pub el_name: ElementName,
pub attr: ElementAttr,
}
Fields§
§el_name: ElementName
§attr: ElementAttr
Trait Implementations§
source§impl Clone for ElementAttrNamed
impl Clone for ElementAttrNamed
source§fn clone(&self) -> ElementAttrNamed
fn clone(&self) -> ElementAttrNamed
Returns a copy 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 ElementAttrNamed
impl Debug for ElementAttrNamed
source§impl Hash for ElementAttrNamed
impl Hash for ElementAttrNamed
source§impl PartialEq<ElementAttrNamed> for ElementAttrNamed
impl PartialEq<ElementAttrNamed> for ElementAttrNamed
source§fn eq(&self, other: &ElementAttrNamed) -> bool
fn eq(&self, other: &ElementAttrNamed) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl ToTokens for ElementAttrNamed
impl ToTokens for ElementAttrNamed
source§fn to_tokens(&self, tokens: &mut TokenStream2)
fn to_tokens(&self, tokens: &mut TokenStream2)
source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere Self: Sized,
impl Eq for ElementAttrNamed
impl StructuralEq for ElementAttrNamed
impl StructuralPartialEq for ElementAttrNamed
Auto Trait Implementations§
impl RefUnwindSafe for ElementAttrNamed
impl !Send for ElementAttrNamed
impl !Sync for ElementAttrNamed
impl Unpin for ElementAttrNamed
impl UnwindSafe for ElementAttrNamed
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
source§impl<T> Spanned for Twhere
T: Spanned + ?Sized,
impl<T> Spanned for Twhere T: Spanned + ?Sized,
source§fn span(&self) -> Span
fn span(&self) -> Span
Returns a
Span
covering the complete contents of this syntax tree
node, or Span::call_site()
if this node is empty.