pub struct EventInnerAttributes {
pub title: Option<String>,
pub status: Option<String>,
pub evt: Option<EventDetails>,
pub other: Option<Map<String, Value>>,
}Fields§
§title: Option<String>§status: Option<String>§evt: Option<EventDetails>§other: Option<Map<String, Value>>Trait Implementations§
Source§impl Debug for EventInnerAttributes
impl Debug for EventInnerAttributes
Source§impl<'de> Deserialize<'de> for EventInnerAttributes
impl<'de> Deserialize<'de> for EventInnerAttributes
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 EventInnerAttributes
impl RefUnwindSafe for EventInnerAttributes
impl Send for EventInnerAttributes
impl Sync for EventInnerAttributes
impl Unpin for EventInnerAttributes
impl UnwindSafe for EventInnerAttributes
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