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