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