pub struct GetAuthor {
pub author_id: Uuid,
pub includes: Vec<ReferenceExpansionResource>,
/* private fields */
}
Fields§
§includes: Vec<ReferenceExpansionResource>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetAuthor
impl !RefUnwindSafe for GetAuthor
impl !Send for GetAuthor
impl !Sync for GetAuthor
impl Unpin for GetAuthor
impl !UnwindSafe for GetAuthor
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