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