pub enum EventUpdate {
None,
UpdateCurrent,
UpdateAll,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventUpdate
impl RefUnwindSafe for EventUpdate
impl Send for EventUpdate
impl Sync for EventUpdate
impl Unpin for EventUpdate
impl UnsafeUnpin for EventUpdate
impl UnwindSafe for EventUpdate
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