Struct atomic_lib::schema::Property [−][src]
pub struct Property {
pub class_type: Option<String>,
pub data_type: DataType,
pub shortname: String,
pub subject: String,
pub description: String,
}Fields
class_type: Option<String>data_type: DataTypeshortname: Stringsubject: Stringdescription: StringImplementations
Fetches a property by URL, returns a Property instance
Convert to resource
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Property
impl UnwindSafe for Property
Blanket Implementations
Mutably borrows from an owned value. Read more