pub enum BlockUserInput {
    None,
    Float,
    Integer,
    Identifier,
    ClientDecision,
}Variants
None
Float
Integer
Identifier
ClientDecision
Implementations
sourceimpl BlockUserInput
 
impl BlockUserInput
pub fn needs_input(&self) -> bool
Trait Implementations
sourceimpl Clone for BlockUserInput
 
impl Clone for BlockUserInput
sourcefn clone(&self) -> BlockUserInput
 
fn clone(&self) -> BlockUserInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for BlockUserInput
 
impl Debug for BlockUserInput
sourceimpl Default for BlockUserInput
 
impl Default for BlockUserInput
sourceimpl PartialEq<BlockUserInput> for BlockUserInput
 
impl PartialEq<BlockUserInput> for BlockUserInput
sourcefn eq(&self, other: &BlockUserInput) -> bool
 
fn eq(&self, other: &BlockUserInput) -> bool
impl Copy for BlockUserInput
impl StructuralPartialEq for BlockUserInput
Auto Trait Implementations
impl RefUnwindSafe for BlockUserInput
impl Send for BlockUserInput
impl Sync for BlockUserInput
impl Unpin for BlockUserInput
impl UnwindSafe for BlockUserInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more