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