pub struct Event2 {
pub evt_cd: String,
pub evt_param: Option<Vec<String>>,
pub evt_desc: Option<String>,
pub evt_tm: Option<String>,
}Fields§
§evt_cd: String§evt_param: Option<Vec<String>>§evt_desc: Option<String>§evt_tm: Option<String>Implementations§
Auto Trait Implementations§
impl Freeze for Event2
impl RefUnwindSafe for Event2
impl Send for Event2
impl Sync for Event2
impl Unpin for Event2
impl UnwindSafe for Event2
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