pub struct Server<H>{ /* private fields */ }Implementations§
Trait Implementations§
Source§impl<H> Rpc for Server<H>
impl<H> Rpc for Server<H>
Source§fn to_delegate<M: Metadata>(self) -> IoDelegate<Self, M>
fn to_delegate<M: Metadata>(self) -> IoDelegate<Self, M>
Create an
IoDelegate, wiring rpc calls to the trait methods.Auto Trait Implementations§
impl<H> Freeze for Server<H>where
H: Freeze,
impl<H> RefUnwindSafe for Server<H>where
H: RefUnwindSafe,
impl<H> Send for Server<H>
impl<H> Sync for Server<H>
impl<H> Unpin for Server<H>where
H: Unpin,
impl<H> UnwindSafe for Server<H>where
H: 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