pub struct AuthorDeleteRequest {
pub author: AuthorId,
}
Fields§
Trait Implementations§
Source§impl Channels<DocsService> for AuthorDeleteRequest
impl Channels<DocsService> for AuthorDeleteRequest
Source§impl Clone for AuthorDeleteRequest
impl Clone for AuthorDeleteRequest
Source§fn clone(&self) -> AuthorDeleteRequest
fn clone(&self) -> AuthorDeleteRequest
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 AuthorDeleteRequest
impl Debug for AuthorDeleteRequest
Source§impl<'de> Deserialize<'de> for AuthorDeleteRequest
impl<'de> Deserialize<'de> for AuthorDeleteRequest
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<AuthorDeleteRequest> for DocsProtocol
impl From<AuthorDeleteRequest> for DocsProtocol
Source§fn from(value: AuthorDeleteRequest) -> Self
fn from(value: AuthorDeleteRequest) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AuthorDeleteRequest
impl RefUnwindSafe for AuthorDeleteRequest
impl Send for AuthorDeleteRequest
impl Sync for AuthorDeleteRequest
impl Unpin for AuthorDeleteRequest
impl UnwindSafe for AuthorDeleteRequest
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