Struct indi::TextVector
source · pub struct TextVector {
pub name: String,
pub group: Option<String>,
pub label: Option<String>,
pub state: PropertyState,
pub perm: PropertyPerm,
pub timeout: Option<u32>,
pub timestamp: Option<DateTime<Utc>>,
pub values: HashMap<String, Text>,
}Fields§
§name: String§group: Option<String>§label: Option<String>§state: PropertyState§perm: PropertyPerm§timeout: Option<u32>§timestamp: Option<DateTime<Utc>>§values: HashMap<String, Text>Trait Implementations§
source§impl Debug for TextVector
impl Debug for TextVector
source§impl PartialEq<TextVector> for TextVector
impl PartialEq<TextVector> for TextVector
source§fn eq(&self, other: &TextVector) -> bool
fn eq(&self, other: &TextVector) -> bool
This method tests for
self and other values to be equal, and is used
by ==.