Struct iroh_docs::rpc::proto::GetExactRequest
source · pub struct GetExactRequest {
pub doc_id: NamespaceId,
pub key: Bytes,
pub author: AuthorId,
pub include_empty: bool,
}
Available on crate feature
rpc
only.Expand description
Get entries from a document
Fields§
§doc_id: NamespaceId
The document id
key: Bytes
Key matcher
Author matcher
include_empty: bool
Whether to include empty entries (prefix deletion markers)
Trait Implementations§
source§impl Debug for GetExactRequest
impl Debug for GetExactRequest
source§impl<'de> Deserialize<'de> for GetExactRequest
impl<'de> Deserialize<'de> for GetExactRequest
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<GetExactRequest> for Request
impl From<GetExactRequest> for Request
source§fn from(value: GetExactRequest) -> Self
fn from(value: GetExactRequest) -> Self
Converts to this type from the input type.
source§impl RpcMsg<RpcService> for GetExactRequest
impl RpcMsg<RpcService> for GetExactRequest
§type Response = Result<GetExactResponse, Error>
type Response = Result<GetExactResponse, Error>
The type for the response Read more
source§impl Serialize for GetExactRequest
impl Serialize for GetExactRequest
source§impl<'a> TryFrom<&'a Request> for &'a GetExactRequest
impl<'a> TryFrom<&'a Request> for &'a GetExactRequest
Auto Trait Implementations§
impl !Freeze for GetExactRequest
impl RefUnwindSafe for GetExactRequest
impl Send for GetExactRequest
impl Sync for GetExactRequest
impl Unpin for GetExactRequest
impl UnwindSafe for GetExactRequest
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