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