Struct iroh_docs::rpc::proto::DocListRequest
source · pub struct DocListRequest {}
Available on crate feature
rpc
only.Expand description
List all documents
Trait Implementations§
source§impl Debug for DocListRequest
impl Debug for DocListRequest
source§impl<'de> Deserialize<'de> for DocListRequest
impl<'de> Deserialize<'de> for DocListRequest
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<DocListRequest> for Request
impl From<DocListRequest> for Request
source§fn from(value: DocListRequest) -> Self
fn from(value: DocListRequest) -> Self
Converts to this type from the input type.
source§impl Msg<RpcService> for DocListRequest
impl Msg<RpcService> for DocListRequest
source§impl Serialize for DocListRequest
impl Serialize for DocListRequest
source§impl ServerStreamingMsg<RpcService> for DocListRequest
impl ServerStreamingMsg<RpcService> for DocListRequest
§type Response = Result<ListResponse, Error>
type Response = Result<ListResponse, Error>
The type for the response Read more
source§impl<'a> TryFrom<&'a Request> for &'a DocListRequest
impl<'a> TryFrom<&'a Request> for &'a DocListRequest
Auto Trait Implementations§
impl Freeze for DocListRequest
impl RefUnwindSafe for DocListRequest
impl Send for DocListRequest
impl Sync for DocListRequest
impl Unpin for DocListRequest
impl UnwindSafe for DocListRequest
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