pub struct StdwebRuntime<A: App> { /* private fields */ }Implementations§
Source§impl<A: App> StdwebRuntime<A>
impl<A: App> StdwebRuntime<A>
pub fn new(root: Element, state: A::State) -> StdwebRuntime<A>
Trait Implementations§
Auto Trait Implementations§
impl<A> Freeze for StdwebRuntime<A>
impl<A> !RefUnwindSafe for StdwebRuntime<A>
impl<A> !Send for StdwebRuntime<A>
impl<A> !Sync for StdwebRuntime<A>
impl<A> Unpin for StdwebRuntime<A>
impl<A> UnsafeUnpin for StdwebRuntime<A>
impl<A> !UnwindSafe for StdwebRuntime<A>
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