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