pub struct UpdateArticleResponse {
pub article: ArticleDto,
}Expand description
DTO for article update response
Fields§
§article: ArticleDtoTrait Implementations§
Source§impl Debug for UpdateArticleResponse
impl Debug for UpdateArticleResponse
Auto Trait Implementations§
impl Freeze for UpdateArticleResponse
impl RefUnwindSafe for UpdateArticleResponse
impl Send for UpdateArticleResponse
impl Sync for UpdateArticleResponse
impl Unpin for UpdateArticleResponse
impl UnsafeUnpin for UpdateArticleResponse
impl UnwindSafe for UpdateArticleResponse
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