Struct iroh_docs::rpc::proto::GetManyRequest
source · pub struct GetManyRequest {
pub doc_id: NamespaceId,
pub query: Query,
}
Available on crate feature
rpc
only.Expand description
Get entries from a document
Fields§
§doc_id: NamespaceId
The document id
query: Query
Query to run
Trait Implementations§
source§impl Debug for GetManyRequest
impl Debug for GetManyRequest
source§impl<'de> Deserialize<'de> for GetManyRequest
impl<'de> Deserialize<'de> for GetManyRequest
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<GetManyRequest> for Request
impl From<GetManyRequest> for Request
source§fn from(value: GetManyRequest) -> Self
fn from(value: GetManyRequest) -> Self
Converts to this type from the input type.
source§impl Msg<RpcService> for GetManyRequest
impl Msg<RpcService> for GetManyRequest
source§impl Serialize for GetManyRequest
impl Serialize for GetManyRequest
source§impl ServerStreamingMsg<RpcService> for GetManyRequest
impl ServerStreamingMsg<RpcService> for GetManyRequest
§type Response = Result<GetManyResponse, Error>
type Response = Result<GetManyResponse, Error>
The type for the response Read more
source§impl<'a> TryFrom<&'a Request> for &'a GetManyRequest
impl<'a> TryFrom<&'a Request> for &'a GetManyRequest
Auto Trait Implementations§
impl !Freeze for GetManyRequest
impl RefUnwindSafe for GetManyRequest
impl Send for GetManyRequest
impl Sync for GetManyRequest
impl Unpin for GetManyRequest
impl UnwindSafe for GetManyRequest
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