pub enum HistoryUpdateAction {
UpdateDataDetails(UpdateDataDetails),
UpdateStructureDataDetails(UpdateStructureDataDetails),
UpdateEventDetails(UpdateEventDetails),
DeleteRawModifiedDetails(DeleteRawModifiedDetails),
DeleteAtTimeDetails(DeleteAtTimeDetails),
DeleteEventDetails(DeleteEventDetails),
}Expand description
Enumeration used with Session::history_update()
Variants§
UpdateDataDetails(UpdateDataDetails)
UpdateStructureDataDetails(UpdateStructureDataDetails)
UpdateEventDetails(UpdateEventDetails)
DeleteRawModifiedDetails(DeleteRawModifiedDetails)
DeleteAtTimeDetails(DeleteAtTimeDetails)
DeleteEventDetails(DeleteEventDetails)
Auto Trait Implementations§
impl Freeze for HistoryUpdateAction
impl RefUnwindSafe for HistoryUpdateAction
impl Send for HistoryUpdateAction
impl Sync for HistoryUpdateAction
impl Unpin for HistoryUpdateAction
impl UnwindSafe for HistoryUpdateAction
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