pub enum NoQuestions {}Expand description
The question roster of a kind that owes nothing beyond the universal questions.
Uninhabited, so it is its own answer as well as its own roster: there is no value here to ask about or to answer for.
Trait Implementations§
Source§impl Answer for NoQuestions
impl Answer for NoQuestions
Source§impl Clone for NoQuestions
impl Clone for NoQuestions
Source§fn clone(&self) -> NoQuestions
fn clone(&self) -> NoQuestions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NoQuestions
Source§impl Debug for NoQuestions
impl Debug for NoQuestions
impl Eq for NoQuestions
Source§impl Hash for NoQuestions
impl Hash for NoQuestions
Source§impl PartialEq for NoQuestions
impl PartialEq for NoQuestions
Source§impl Question for NoQuestions
impl Question for NoQuestions
Source§type Answer = NoQuestions
type Answer = NoQuestions
The typed answer to a question of this roster.
impl StructuralPartialEq for NoQuestions
Auto Trait Implementations§
impl Freeze for NoQuestions
impl RefUnwindSafe for NoQuestions
impl Send for NoQuestions
impl Sync for NoQuestions
impl Unpin for NoQuestions
impl UnsafeUnpin for NoQuestions
impl UnwindSafe for NoQuestions
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