pub enum UpdaterEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdaterEvent
impl RefUnwindSafe for UpdaterEvent
impl Send for UpdaterEvent
impl Sync for UpdaterEvent
impl Unpin for UpdaterEvent
impl UnwindSafe for UpdaterEvent
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