pub struct Question<'a, F: Format<'a>> { /* private fields */ }Expand description
Encapsulates a question stored in a given format.
Implementations§
Trait Implementations§
impl<'a, F: Eq + Format<'a>> Eq for Question<'a, F>
impl<'a, F: Format<'a>> StructuralPartialEq for Question<'a, F>
Auto Trait Implementations§
impl<'a, F> Freeze for Question<'a, F>
impl<'a, F> RefUnwindSafe for Question<'a, F>
impl<'a, F> Send for Question<'a, F>
impl<'a, F> Sync for Question<'a, F>
impl<'a, F> Unpin for Question<'a, F>
impl<'a, F> UnwindSafe for Question<'a, F>
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