pub enum SurveyResult {
Left,
Right,
Undecided,
}
Variantsยง
Trait Implementationsยง
Sourceยงimpl Clone for SurveyResult
impl Clone for SurveyResult
Sourceยงfn clone(&self) -> SurveyResult
fn clone(&self) -> SurveyResult
Returns a copy of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSourceยงimpl Debug for SurveyResult
impl Debug for SurveyResult
Sourceยงimpl PartialEq for SurveyResult
impl PartialEq for SurveyResult
impl Copy for SurveyResult
impl Eq for SurveyResult
impl StructuralPartialEq for SurveyResult
Auto Trait Implementationsยง
impl Freeze for SurveyResult
impl RefUnwindSafe for SurveyResult
impl Send for SurveyResult
impl Sync for SurveyResult
impl Unpin for SurveyResult
impl UnwindSafe for SurveyResult
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