Struct libreda_db::layout::types::LayerInfo
source · pub struct LayerInfo<NameType> {
pub index: UInt,
pub datatype: UInt,
pub name: Option<NameType>,
}Expand description
Meta-data of a layer.
Fields§
§index: UIntIdentifier of the layer.
datatype: UIntIdentifier of the layer.
name: Option<NameType>Name of the layer.
Trait Implementations§
source§impl<'de, NameType> Deserialize<'de> for LayerInfo<NameType>where
NameType: Deserialize<'de>,
impl<'de, NameType> Deserialize<'de> for LayerInfo<NameType>where NameType: Deserialize<'de>,
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