pub struct Figcaption(/* private fields */);
Trait Implementations§
Source§impl Builder for Figcaption
impl Builder for Figcaption
Source§impl Clone for Figcaption
impl Clone for Figcaption
Source§fn clone(&self) -> Figcaption
fn clone(&self) -> Figcaption
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl DomElement for Figcaption
impl DomElement for Figcaption
type Target = HtmlElement
fn dom_element(&self) -> Self::Target
Source§impl From<Figcaption> for Element
impl From<Figcaption> for Element
Source§fn from(html_elem: Figcaption) -> Self
fn from(html_elem: Figcaption) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Figcaption
impl !RefUnwindSafe for Figcaption
impl !Send for Figcaption
impl !Sync for Figcaption
impl Unpin for Figcaption
impl !UnwindSafe for Figcaption
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