pub struct WebServeLib;Expand description
Loadable library exporting the web-shell serve entrypoint.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WebServeLib
impl RefUnwindSafe for WebServeLib
impl Send for WebServeLib
impl Sync for WebServeLib
impl Unpin for WebServeLib
impl UnsafeUnpin for WebServeLib
impl UnwindSafe for WebServeLib
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