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