pub struct ServerLib;Expand description
The server Lib implementation, registering the server functions and CLI
surface when loaded into a runtime.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServerLib
impl RefUnwindSafe for ServerLib
impl Send for ServerLib
impl Sync for ServerLib
impl Unpin for ServerLib
impl UnsafeUnpin for ServerLib
impl UnwindSafe for ServerLib
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