pub enum Wants {
Mailbox,
Pattern,
Address,
Command,
Other,
}Expand description
What a line answer is, so a front end can help the user give one.
Variants§
Trait Implementations§
impl Copy for Wants
impl Eq for Wants
impl StructuralPartialEq for Wants
Auto Trait Implementations§
impl Freeze for Wants
impl RefUnwindSafe for Wants
impl Send for Wants
impl Sync for Wants
impl Unpin for Wants
impl UnsafeUnpin for Wants
impl UnwindSafe for Wants
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.