pub struct EventDB {
pub subject_id: String,
pub sn: u64,
pub patch: Option<String>,
pub error: Option<String>,
pub event_req: String,
pub succes: String,
}Fields§
§subject_id: String§sn: u64§patch: Option<String>§error: Option<String>§event_req: String§succes: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for EventDB
impl<'de> Deserialize<'de> for EventDB
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 EventDB
impl RefUnwindSafe for EventDB
impl Send for EventDB
impl Sync for EventDB
impl Unpin for EventDB
impl UnwindSafe for EventDB
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