Struct tea_tapp_common::machine::TappStartupItem
source · pub struct TappStartupItem {
pub tea_id: Vec<u8>,
pub cml_id: CmlId,
pub ip: String,
}Fields§
§tea_id: Vec<u8>§cml_id: CmlId§ip: StringTrait Implementations§
source§impl Clone for TappStartupItem
impl Clone for TappStartupItem
source§fn clone(&self) -> TappStartupItem
fn clone(&self) -> TappStartupItem
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 TappStartupItem
impl Debug for TappStartupItem
source§impl<'de> Deserialize<'de> for TappStartupItem
impl<'de> Deserialize<'de> for TappStartupItem
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
source§impl PartialEq<TappStartupItem> for TappStartupItem
impl PartialEq<TappStartupItem> for TappStartupItem
source§fn eq(&self, other: &TappStartupItem) -> bool
fn eq(&self, other: &TappStartupItem) -> bool
This method tests for
self and other values to be equal, and is used
by ==.