pub struct SpaHandler<E: RustEmbed> { /* private fields */ }Expand description
SPA 处理器
Implementations§
Auto Trait Implementations§
impl<E> Freeze for SpaHandler<E>
impl<E> RefUnwindSafe for SpaHandler<E>where
E: RefUnwindSafe,
impl<E> Send for SpaHandler<E>where
E: Send,
impl<E> Sync for SpaHandler<E>where
E: Sync,
impl<E> Unpin for SpaHandler<E>where
E: Unpin,
impl<E> UnwindSafe for SpaHandler<E>where
E: 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