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