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