pub struct AuthorExportRequest {
pub author: AuthorId,
}
Available on crate feature
rpc
only.Expand description
Exports an author
Fields§
The id of the author to delete
Trait Implementations§
Source§impl Debug for AuthorExportRequest
impl Debug for AuthorExportRequest
Source§impl<'de> Deserialize<'de> for AuthorExportRequest
impl<'de> Deserialize<'de> for AuthorExportRequest
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<AuthorExportRequest> for Request
impl From<AuthorExportRequest> for Request
Source§fn from(value: AuthorExportRequest) -> Self
fn from(value: AuthorExportRequest) -> Self
Converts to this type from the input type.
Source§impl RpcMsg<RpcService> for AuthorExportRequest
impl RpcMsg<RpcService> for AuthorExportRequest
Source§impl Serialize for AuthorExportRequest
impl Serialize for AuthorExportRequest
Source§impl<'a> TryFrom<&'a Request> for &'a AuthorExportRequest
impl<'a> TryFrom<&'a Request> for &'a AuthorExportRequest
Auto Trait Implementations§
impl Freeze for AuthorExportRequest
impl RefUnwindSafe for AuthorExportRequest
impl Send for AuthorExportRequest
impl Sync for AuthorExportRequest
impl Unpin for AuthorExportRequest
impl UnwindSafe for AuthorExportRequest
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