pub struct ExportStatic { /* private fields */ }Expand description
Run the native app with the --static flag, exporting client islands and html files
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExportStatic
impl RefUnwindSafe for ExportStatic
impl Send for ExportStatic
impl Sync for ExportStatic
impl Unpin for ExportStatic
impl UnwindSafe for ExportStatic
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T, V> IntoMaybeSignal<T, IntoIntoMaybeSignalMarker> for Vwhere
V: Into<T>,
impl<T, V> IntoMaybeSignal<T, IntoIntoMaybeSignalMarker> for Vwhere
V: Into<T>,
fn into_maybe_signal(self) -> MaybeSignal<T>
Source§impl<T> IntoRouteFunc<T, T> for Twhere
T: 'static,
impl<T> IntoRouteFunc<T, T> for Twhere
T: 'static,
fn into_route_func(self) -> T
Source§impl<T> PipelineTarget for T
impl<T> PipelineTarget for T
fn xdebug(self) -> Selfwhere
Self: Debug,
fn xdisplay(self) -> Selfwhere
Self: Display,
fn xtap_mut(&mut self, func: impl FnOnce(&mut Self)) -> &mut Self
Source§fn xpipe<P, O>(self, pipeline: P) -> Owhere
P: Pipeline<Self, O>,
fn xpipe<P, O>(self, pipeline: P) -> Owhere
P: Pipeline<Self, O>,
its like map but for our pipeline trait