pub struct CreateQuestionComment;Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreateQuestionComment
impl RefUnwindSafe for CreateQuestionComment
impl Send for CreateQuestionComment
impl Sync for CreateQuestionComment
impl Unpin for CreateQuestionComment
impl UnsafeUnpin for CreateQuestionComment
impl UnwindSafe for CreateQuestionComment
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