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