pub enum Interactive {
Yes,
No,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Interactive
impl Clone for Interactive
Source§fn clone(&self) -> Interactive
fn clone(&self) -> Interactive
Returns a duplicate 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 Interactive
impl Debug for Interactive
Source§impl Default for Interactive
impl Default for Interactive
Source§fn default() -> Interactive
fn default() -> Interactive
Returns the “default value” for a type. Read more
Source§impl From<Interactive> for bool
impl From<Interactive> for bool
Source§fn from(c: Interactive) -> Self
fn from(c: Interactive) -> Self
Converts to this type from the input type.
Source§impl From<bool> for Interactive
impl From<bool> for Interactive
Source§impl PartialEq for Interactive
impl PartialEq for Interactive
impl Copy for Interactive
impl Eq for Interactive
impl StructuralPartialEq for Interactive
Auto Trait Implementations§
impl Freeze for Interactive
impl RefUnwindSafe for Interactive
impl Send for Interactive
impl Sync for Interactive
impl Unpin for Interactive
impl UnwindSafe for Interactive
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