pub struct DeleteAuthor {
pub author_id: Uuid,
/* private fields */
}
Fields§
Implementations§
Trait Implementations§
Source§impl Clone for DeleteAuthor
impl Clone for DeleteAuthor
Source§fn clone(&self) -> DeleteAuthor
fn clone(&self) -> DeleteAuthor
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 DeleteAuthor
impl Debug for DeleteAuthor
Auto Trait Implementations§
impl Freeze for DeleteAuthor
impl !RefUnwindSafe for DeleteAuthor
impl !Send for DeleteAuthor
impl !Sync for DeleteAuthor
impl Unpin for DeleteAuthor
impl !UnwindSafe for DeleteAuthor
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