pub struct address {
pub attributes: AddressAttributes,
pub data_attributes: Vec<(String, Option<String>), Global>,
pub aria_attributes: Vec<(String, Option<String>), Global>,
}
Fields§
§attributes: AddressAttributes
§data_attributes: Vec<(String, Option<String>), Global>
§aria_attributes: Vec<(String, Option<String>), Global>
Trait Implementations§
source§impl TypedElement for address
impl TypedElement for address
§type Attributes = AddressAttributes
type Attributes = AddressAttributes
The attributes of the element.
source§fn from_attributes(
attributes: <address as TypedElement>::Attributes,
data_attributes: Vec<(String, Option<String>), Global>,
aria_attributes: Vec<(String, Option<String>), Global>
) -> address
fn from_attributes( attributes: <address as TypedElement>::Attributes, data_attributes: Vec<(String, Option<String>), Global>, aria_attributes: Vec<(String, Option<String>), Global> ) -> address
Create an element from its attributes.
Auto Trait Implementations§
impl RefUnwindSafe for address
impl Send for address
impl Sync for address
impl Unpin for address
impl UnwindSafe for address
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