pub enum Interactivity {
Enabled,
Disabled,
}Variants§
Trait Implementations§
Source§impl Clone for Interactivity
impl Clone for Interactivity
Source§fn clone(&self) -> Interactivity
fn clone(&self) -> Interactivity
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 Default for Interactivity
impl Default for Interactivity
Source§fn default() -> Interactivity
fn default() -> Interactivity
Returns the “default value” for a type. Read more
Source§impl PartialEq for Interactivity
impl PartialEq for Interactivity
impl Copy for Interactivity
impl StructuralPartialEq for Interactivity
Auto Trait Implementations§
impl Freeze for Interactivity
impl RefUnwindSafe for Interactivity
impl Send for Interactivity
impl Sync for Interactivity
impl Unpin for Interactivity
impl UnwindSafe for Interactivity
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,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere
T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.