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