pub struct AuthorListRequest;
Trait Implementations§
Source§impl Channels<DocsService> for AuthorListRequest
impl Channels<DocsService> for AuthorListRequest
Source§impl Clone for AuthorListRequest
impl Clone for AuthorListRequest
Source§fn clone(&self) -> AuthorListRequest
fn clone(&self) -> AuthorListRequest
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 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 DocsProtocol
impl From<AuthorListRequest> for DocsProtocol
Source§fn from(value: AuthorListRequest) -> Self
fn from(value: AuthorListRequest) -> Self
Converts to this type from the input type.
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§
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