Enum minetest_protocol::wire::types::InteractAction   
source · pub enum InteractAction {
    StartDigging,
    StopDigging,
    DiggingCompleted,
    Place,
    Use,
    Activate,
}Variants§
Trait Implementations§
source§impl Clone for InteractAction
 
impl Clone for InteractAction
source§fn clone(&self) -> InteractAction
 
fn clone(&self) -> InteractAction
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 InteractAction
 
impl Debug for InteractAction
source§impl Deserialize for InteractAction
 
impl Deserialize for InteractAction
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
source§impl PartialEq<InteractAction> for InteractAction
 
impl PartialEq<InteractAction> for InteractAction
source§fn eq(&self, other: &InteractAction) -> bool
 
fn eq(&self, other: &InteractAction) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.