Struct html_node::typed::elements::blockquote
source · pub struct blockquote {
pub attributes: <blockquote as TypedElement>::Attributes,
pub other_attributes: Vec<(String, Option<String>), Global>,
}
Available on crate feature
typed
only.Fields§
§attributes: <blockquote as TypedElement>::Attributes
§other_attributes: Vec<(String, Option<String>), Global>
Trait Implementations§
source§impl Clone for blockquote
impl Clone for blockquote
source§fn clone(&self) -> blockquote
fn clone(&self) -> blockquote
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§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
§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>), Global>
) -> blockquote
fn from_attributes( attributes: <blockquote as TypedElement>::Attributes, other_attributes: Vec<(String, Option<String>), Global> ) -> blockquote
Create an element from its attributes.
Auto Trait Implementations§
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