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