pub struct Figure(/* private fields */);
Trait Implementations§
Source§impl DomElement for Figure
impl DomElement for Figure
type Target = HtmlElement
fn dom_element(&self) -> Self::Target
Auto Trait Implementations§
impl Freeze for Figure
impl !RefUnwindSafe for Figure
impl !Send for Figure
impl !Sync for Figure
impl Unpin for Figure
impl !UnwindSafe for Figure
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