pub struct Ocel2Attribute {
pub name: String,
pub attr_type: String,
}Expand description
OCEL 2.0 attribute definition.
Fields§
§name: StringAttribute name
attr_type: StringAttribute type (string, integer, float, boolean, time, etc.)
Trait Implementations§
Source§impl Debug for Ocel2Attribute
impl Debug for Ocel2Attribute
Source§impl<'de> Deserialize<'de> for Ocel2Attribute
impl<'de> Deserialize<'de> for Ocel2Attribute
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
Auto Trait Implementations§
impl Freeze for Ocel2Attribute
impl RefUnwindSafe for Ocel2Attribute
impl Send for Ocel2Attribute
impl Sync for Ocel2Attribute
impl Unpin for Ocel2Attribute
impl UnwindSafe for Ocel2Attribute
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more