Struct tea_tapp_common::event::StopMiningEvent
source · pub struct StopMiningEvent {
pub tea_id: Vec<u8>,
}Fields§
§tea_id: Vec<u8>Trait Implementations§
source§impl Clone for StopMiningEvent
impl Clone for StopMiningEvent
source§fn clone(&self) -> StopMiningEvent
fn clone(&self) -> StopMiningEvent
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 StopMiningEvent
impl Debug for StopMiningEvent
source§impl Default for StopMiningEvent
impl Default for StopMiningEvent
source§fn default() -> StopMiningEvent
fn default() -> StopMiningEvent
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StopMiningEvent
impl<'de> Deserialize<'de> for StopMiningEvent
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more