pub struct StrictModeElement(/* private fields */);
Trait Implementations§
Source§impl AsRef<JsBridgeElement> for StrictModeElement
impl AsRef<JsBridgeElement> for StrictModeElement
Source§fn as_ref(&self) -> &JsBridgeElement
fn as_ref(&self) -> &JsBridgeElement
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Deref for StrictModeElement
impl Deref for StrictModeElement
Source§impl Into<JsBridgeElement> for StrictModeElement
impl Into<JsBridgeElement> for StrictModeElement
Source§fn into(self) -> JsBridgeElement
fn into(self) -> JsBridgeElement
Converts this type into the (usually inferred) input type.
Source§impl IntoElement for StrictModeElement
impl IntoElement for StrictModeElement
fn into_element(self) -> Element
Auto Trait Implementations§
impl Freeze for StrictModeElement
impl !RefUnwindSafe for StrictModeElement
impl !Send for StrictModeElement
impl !Sync for StrictModeElement
impl Unpin for StrictModeElement
impl !UnwindSafe for StrictModeElement
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