Struct iroh_docs::rpc::proto::AuthorListRequest
source · pub struct AuthorListRequest {}
Available on crate feature
rpc
only.Expand description
List document authors for which we have a secret key.
Trait Implementations§
source§impl Debug for AuthorListRequest
impl Debug for AuthorListRequest
source§impl<'de> Deserialize<'de> for AuthorListRequest
impl<'de> Deserialize<'de> for AuthorListRequest
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<AuthorListRequest> for Request
impl From<AuthorListRequest> for Request
source§fn from(value: AuthorListRequest) -> Self
fn from(value: AuthorListRequest) -> Self
Converts to this type from the input type.
source§impl Msg<RpcService> for AuthorListRequest
impl Msg<RpcService> for AuthorListRequest
source§impl Serialize for AuthorListRequest
impl Serialize for AuthorListRequest
source§impl ServerStreamingMsg<RpcService> for AuthorListRequest
impl ServerStreamingMsg<RpcService> for AuthorListRequest
§type Response = Result<AuthorListResponse, Error>
type Response = Result<AuthorListResponse, Error>
The type for the response Read more
source§impl<'a> TryFrom<&'a Request> for &'a AuthorListRequest
impl<'a> TryFrom<&'a Request> for &'a AuthorListRequest
Auto Trait Implementations§
impl Freeze for AuthorListRequest
impl RefUnwindSafe for AuthorListRequest
impl Send for AuthorListRequest
impl Sync for AuthorListRequest
impl Unpin for AuthorListRequest
impl UnwindSafe for AuthorListRequest
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