pub struct Blockquote(/* private fields */);Trait Implementations§
Source§impl Builder for Blockquote
impl Builder for Blockquote
Source§impl Clone for Blockquote
impl Clone for Blockquote
Source§fn clone(&self) -> Blockquote
fn clone(&self) -> Blockquote
Returns a duplicate 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 DomElement for Blockquote
impl DomElement for Blockquote
type Target = HtmlQuoteElement
fn dom_element(&self) -> Self::Target
Source§impl From<Blockquote> for Element
impl From<Blockquote> for Element
Source§fn from(html_elem: Blockquote) -> Self
fn from(html_elem: Blockquote) -> Self
Converts to this type from the input type.
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