pub enum ConfirmChoice {
Yes,
No,
}Expand description
Yes/No choice used inside the confirmation sub-phase.
Variants§
Trait Implementations§
Source§impl Clone for ConfirmChoice
impl Clone for ConfirmChoice
Source§fn clone(&self) -> ConfirmChoice
fn clone(&self) -> ConfirmChoice
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 ConfirmChoice
Source§impl Debug for ConfirmChoice
impl Debug for ConfirmChoice
impl Eq for ConfirmChoice
Source§impl PartialEq for ConfirmChoice
impl PartialEq for ConfirmChoice
impl StructuralPartialEq for ConfirmChoice
Auto Trait Implementations§
impl Freeze for ConfirmChoice
impl RefUnwindSafe for ConfirmChoice
impl Send for ConfirmChoice
impl Sync for ConfirmChoice
impl Unpin for ConfirmChoice
impl UnsafeUnpin for ConfirmChoice
impl UnwindSafe for ConfirmChoice
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