pub struct DocsService;
Expand description
The RPC service type for the docs protocol.
Trait Implementations§
Source§impl Channels<DocsService> for AuthorCreateRequest
impl Channels<DocsService> for AuthorCreateRequest
Source§impl Channels<DocsService> for AuthorDeleteRequest
impl Channels<DocsService> for AuthorDeleteRequest
Source§impl Channels<DocsService> for AuthorExportRequest
impl Channels<DocsService> for AuthorExportRequest
Source§impl Channels<DocsService> for AuthorGetDefaultRequest
impl Channels<DocsService> for AuthorGetDefaultRequest
Source§impl Channels<DocsService> for AuthorImportRequest
impl Channels<DocsService> for AuthorImportRequest
Source§impl Channels<DocsService> for AuthorListRequest
impl Channels<DocsService> for AuthorListRequest
Source§impl Channels<DocsService> for AuthorSetDefaultRequest
impl Channels<DocsService> for AuthorSetDefaultRequest
Source§impl Channels<DocsService> for CloseRequest
impl Channels<DocsService> for CloseRequest
Source§impl Channels<DocsService> for CreateRequest
impl Channels<DocsService> for CreateRequest
Source§impl Channels<DocsService> for DelRequest
impl Channels<DocsService> for DelRequest
Source§impl Channels<DocsService> for DropRequest
impl Channels<DocsService> for DropRequest
Source§impl Channels<DocsService> for GetDownloadPolicyRequest
impl Channels<DocsService> for GetDownloadPolicyRequest
Source§impl Channels<DocsService> for GetExactRequest
impl Channels<DocsService> for GetExactRequest
Source§impl Channels<DocsService> for GetManyRequest
impl Channels<DocsService> for GetManyRequest
Source§impl Channels<DocsService> for GetSyncPeersRequest
impl Channels<DocsService> for GetSyncPeersRequest
Source§impl Channels<DocsService> for ImportRequest
impl Channels<DocsService> for ImportRequest
Source§impl Channels<DocsService> for LeaveRequest
impl Channels<DocsService> for LeaveRequest
Source§impl Channels<DocsService> for ListRequest
impl Channels<DocsService> for ListRequest
Source§impl Channels<DocsService> for OpenRequest
impl Channels<DocsService> for OpenRequest
Source§impl Channels<DocsService> for SetDownloadPolicyRequest
impl Channels<DocsService> for SetDownloadPolicyRequest
Source§impl Channels<DocsService> for SetHashRequest
impl Channels<DocsService> for SetHashRequest
Source§impl Channels<DocsService> for SetRequest
impl Channels<DocsService> for SetRequest
Source§impl Channels<DocsService> for StartSyncRequest
impl Channels<DocsService> for StartSyncRequest
Source§impl Channels<DocsService> for StatusRequest
impl Channels<DocsService> for StatusRequest
Source§impl Channels<DocsService> for SubscribeRequest
impl Channels<DocsService> for SubscribeRequest
Source§impl Clone for DocsService
impl Clone for DocsService
Source§fn clone(&self) -> DocsService
fn clone(&self) -> DocsService
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 DocsService
impl Debug for DocsService
impl Copy for DocsService
impl Service for DocsService
Auto Trait Implementations§
impl Freeze for DocsService
impl RefUnwindSafe for DocsService
impl Send for DocsService
impl Sync for DocsService
impl Unpin for DocsService
impl UnwindSafe for DocsService
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