pub struct RpcServer { /* private fields */ }Implementations§
Source§impl RpcServer
impl RpcServer
pub fn new() -> Self
pub fn start(&self)
pub fn user_handler(&self) -> &UserHandler
pub fn user_handler_mut(&mut self) -> &mut UserHandler
pub fn pipeline_handler(&self) -> &PipelineHandler
pub fn pipeline_handler_mut(&mut self) -> &mut PipelineHandler
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RpcServer
impl RefUnwindSafe for RpcServer
impl Send for RpcServer
impl Sync for RpcServer
impl Unpin for RpcServer
impl UnwindSafe for RpcServer
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