pub struct EvtCommit {
pub action: Action,
pub data: Option<Cow<'static, str>>,
}Fields§
§action: Action§data: Option<Cow<'static, str>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EvtCommit
impl RefUnwindSafe for EvtCommit
impl Send for EvtCommit
impl Sync for EvtCommit
impl Unpin for EvtCommit
impl UnwindSafe for EvtCommit
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