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