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