pub struct AuthorExportRequest {
pub author: AuthorId,
}
Fields§
Trait Implementations§
Source§impl Channels<DocsService> for AuthorExportRequest
impl Channels<DocsService> for AuthorExportRequest
Source§impl Clone for AuthorExportRequest
impl Clone for AuthorExportRequest
Source§fn clone(&self) -> AuthorExportRequest
fn clone(&self) -> AuthorExportRequest
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§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 DocsProtocol
impl From<AuthorExportRequest> for DocsProtocol
Source§fn from(value: AuthorExportRequest) -> Self
fn from(value: AuthorExportRequest) -> Self
Converts to this type from the input type.
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§
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