pub struct RpcService;
Available on crate feature
rpc
only.Expand description
The RPC service type for the docs protocol.
Trait Implementations§
Source§impl Clone for RpcService
impl Clone for RpcService
Source§fn clone(&self) -> RpcService
fn clone(&self) -> RpcService
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RpcService
impl Debug for RpcService
Source§impl Msg<RpcService> for AuthorListRequest
impl Msg<RpcService> for AuthorListRequest
Source§impl Msg<RpcService> for DocListRequest
impl Msg<RpcService> for DocListRequest
Source§impl Msg<RpcService> for DocSubscribeRequest
impl Msg<RpcService> for DocSubscribeRequest
Source§impl Msg<RpcService> for ExportFileRequest
impl Msg<RpcService> for ExportFileRequest
Source§impl Msg<RpcService> for GetManyRequest
impl Msg<RpcService> for GetManyRequest
Source§impl Msg<RpcService> for ImportFileRequest
impl Msg<RpcService> for ImportFileRequest
Source§impl RpcMsg<RpcService> for AuthorCreateRequest
impl RpcMsg<RpcService> for AuthorCreateRequest
Source§impl RpcMsg<RpcService> for AuthorDeleteRequest
impl RpcMsg<RpcService> for AuthorDeleteRequest
Source§impl RpcMsg<RpcService> for AuthorExportRequest
impl RpcMsg<RpcService> for AuthorExportRequest
Source§impl RpcMsg<RpcService> for AuthorGetDefaultRequest
impl RpcMsg<RpcService> for AuthorGetDefaultRequest
Source§impl RpcMsg<RpcService> for AuthorImportRequest
impl RpcMsg<RpcService> for AuthorImportRequest
Source§impl RpcMsg<RpcService> for AuthorSetDefaultRequest
impl RpcMsg<RpcService> for AuthorSetDefaultRequest
Source§impl RpcMsg<RpcService> for CloseRequest
impl RpcMsg<RpcService> for CloseRequest
Source§impl RpcMsg<RpcService> for CreateRequest
impl RpcMsg<RpcService> for CreateRequest
Source§impl RpcMsg<RpcService> for DelRequest
impl RpcMsg<RpcService> for DelRequest
Source§impl RpcMsg<RpcService> for DropRequest
impl RpcMsg<RpcService> for DropRequest
Source§impl RpcMsg<RpcService> for GetDownloadPolicyRequest
impl RpcMsg<RpcService> for GetDownloadPolicyRequest
Source§impl RpcMsg<RpcService> for GetExactRequest
impl RpcMsg<RpcService> for GetExactRequest
Source§impl RpcMsg<RpcService> for GetSyncPeersRequest
impl RpcMsg<RpcService> for GetSyncPeersRequest
Source§impl RpcMsg<RpcService> for ImportRequest
impl RpcMsg<RpcService> for ImportRequest
Source§impl RpcMsg<RpcService> for LeaveRequest
impl RpcMsg<RpcService> for LeaveRequest
Source§impl RpcMsg<RpcService> for OpenRequest
impl RpcMsg<RpcService> for OpenRequest
Source§impl RpcMsg<RpcService> for SetDownloadPolicyRequest
impl RpcMsg<RpcService> for SetDownloadPolicyRequest
Source§impl RpcMsg<RpcService> for SetHashRequest
impl RpcMsg<RpcService> for SetHashRequest
Source§impl RpcMsg<RpcService> for SetRequest
impl RpcMsg<RpcService> for SetRequest
Source§impl RpcMsg<RpcService> for StartSyncRequest
impl RpcMsg<RpcService> for StartSyncRequest
Source§impl RpcMsg<RpcService> for StatusRequest
impl RpcMsg<RpcService> for StatusRequest
Source§impl ServerStreamingMsg<RpcService> for AuthorListRequest
impl ServerStreamingMsg<RpcService> for AuthorListRequest
Source§impl ServerStreamingMsg<RpcService> for DocListRequest
impl ServerStreamingMsg<RpcService> for DocListRequest
Source§impl ServerStreamingMsg<RpcService> for ExportFileRequest
impl ServerStreamingMsg<RpcService> for ExportFileRequest
Source§type Response = ExportFileResponse
type Response = ExportFileResponse
The type for the response Read more
Source§impl ServerStreamingMsg<RpcService> for GetManyRequest
impl ServerStreamingMsg<RpcService> for GetManyRequest
Source§impl ServerStreamingMsg<RpcService> for ImportFileRequest
impl ServerStreamingMsg<RpcService> for ImportFileRequest
Source§type Response = ImportFileResponse
type Response = ImportFileResponse
The type for the response Read more
Source§impl Service for RpcService
impl Service for RpcService
Source§impl TryServerStreamingMsg<RpcService> for DocSubscribeRequest
impl TryServerStreamingMsg<RpcService> for DocSubscribeRequest
Source§type CreateError = Error
type CreateError = Error
Error when creating the stream
Source§type Item = DocSubscribeResponse
type Item = DocSubscribeResponse
Successful response item
Auto Trait Implementations§
impl Freeze for RpcService
impl RefUnwindSafe for RpcService
impl Send for RpcService
impl Sync for RpcService
impl Unpin for RpcService
impl UnwindSafe for RpcService
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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