Struct dioxus_fullstack::launch::LaunchBuilder
source · pub struct LaunchBuilder<Props: Clone> { /* private fields */ }Expand description
A builder for a fullstack app.
Implementations§
source§impl<Props: Clone + Serialize + DeserializeOwned + Send + Sync + 'static> LaunchBuilder<Props>
impl<Props: Clone + Serialize + DeserializeOwned + Send + Sync + 'static> LaunchBuilder<Props>
Auto Trait Implementations§
impl<Props> RefUnwindSafe for LaunchBuilder<Props>where Props: RefUnwindSafe,
impl<Props> Send for LaunchBuilder<Props>where Props: Send,
impl<Props> Sync for LaunchBuilder<Props>where Props: Sync,
impl<Props> Unpin for LaunchBuilder<Props>where Props: Unpin,
impl<Props> UnwindSafe for LaunchBuilder<Props>where Props: UnwindSafe,
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