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