Struct iroh_docs::rpc::proto::AuthorCreateRequest
source · pub struct AuthorCreateRequest;
Available on crate feature
rpc
only.Expand description
Create a new document author.
Trait Implementations§
source§impl Debug for AuthorCreateRequest
impl Debug for AuthorCreateRequest
source§impl<'de> Deserialize<'de> for AuthorCreateRequest
impl<'de> Deserialize<'de> for AuthorCreateRequest
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<AuthorCreateRequest> for Request
impl From<AuthorCreateRequest> for Request
source§fn from(value: AuthorCreateRequest) -> Self
fn from(value: AuthorCreateRequest) -> Self
Converts to this type from the input type.
source§impl RpcMsg<RpcService> for AuthorCreateRequest
impl RpcMsg<RpcService> for AuthorCreateRequest
§type Response = Result<AuthorCreateResponse, Error>
type Response = Result<AuthorCreateResponse, Error>
The type for the response Read more
source§impl Serialize for AuthorCreateRequest
impl Serialize for AuthorCreateRequest
source§impl<'a> TryFrom<&'a Request> for &'a AuthorCreateRequest
impl<'a> TryFrom<&'a Request> for &'a AuthorCreateRequest
Auto Trait Implementations§
impl Freeze for AuthorCreateRequest
impl RefUnwindSafe for AuthorCreateRequest
impl Send for AuthorCreateRequest
impl Sync for AuthorCreateRequest
impl Unpin for AuthorCreateRequest
impl UnwindSafe for AuthorCreateRequest
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