pub struct PluginInfoServer<Target, Codec = Default> { /* private fields */ }Expand description
Server for PluginInfo taking the target object by value.
Trait Implementations§
Source§impl<Target, Codec> Server<Target, Codec> for PluginInfoServer<Target, Codec>
impl<Target, Codec> Server<Target, Codec> for PluginInfoServer<Target, Codec>
Source§impl<Target, Codec> ServerBase for PluginInfoServer<Target, Codec>
impl<Target, Codec> ServerBase for PluginInfoServer<Target, Codec>
Source§type Client = PluginInfoClient<Codec>
type Client = PluginInfoClient<Codec>
The client type, which can be sent to a remote endpoint.
Source§fn set_on_req_receive_error(&mut self, on_req_receive_error: OnReqReceiveError)
fn set_on_req_receive_error(&mut self, on_req_receive_error: OnReqReceiveError)
Determines what should happen on the server-side if receiving an RTC
request fails. Read more
Auto Trait Implementations§
impl<Target, Codec = Postbag> !Freeze for PluginInfoServer<Target, Codec>
impl<Target, Codec = Postbag> !RefUnwindSafe for PluginInfoServer<Target, Codec>
impl<Target, Codec> Send for PluginInfoServer<Target, Codec>
impl<Target, Codec> Sync for PluginInfoServer<Target, Codec>
impl<Target, Codec> Unpin for PluginInfoServer<Target, Codec>where
Target: Unpin,
impl<Target, Codec = Postbag> !UnwindSafe for PluginInfoServer<Target, Codec>
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