pub struct meter {
pub attributes: <meter as TypedElement>::Attributes,
pub other_attributes: Vec<(String, Option<String>)>,
}
Available on crate feature
typed
only.Fields§
§attributes: <meter as TypedElement>::Attributes
§other_attributes: Vec<(String, Option<String>)>
Trait Implementations§
Source§impl TypedElement for meter
impl TypedElement for meter
Source§type Attributes = MeterAttributes
type Attributes = MeterAttributes
The attributes of the element.
Source§fn from_attributes(
attributes: <meter as TypedElement>::Attributes,
other_attributes: Vec<(String, Option<String>)>,
) -> meter
fn from_attributes( attributes: <meter as TypedElement>::Attributes, other_attributes: Vec<(String, Option<String>)>, ) -> meter
Create an element from its attributes.
Auto Trait Implementations§
impl Freeze for meter
impl RefUnwindSafe for meter
impl Send for meter
impl Sync for meter
impl Unpin for meter
impl UnwindSafe for meter
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