Enum oma_refresh::db::RefreshEvent
source · pub enum RefreshEvent {
DownloadEvent(DownloadEvent),
ClosingTopic(String),
}Variants§
DownloadEvent(DownloadEvent)
ClosingTopic(String)
Trait Implementations§
source§impl Debug for RefreshEvent
impl Debug for RefreshEvent
source§impl From<DownloadEvent> for RefreshEvent
impl From<DownloadEvent> for RefreshEvent
source§fn from(value: DownloadEvent) -> Self
fn from(value: DownloadEvent) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RefreshEvent
impl RefUnwindSafe for RefreshEvent
impl Send for RefreshEvent
impl Sync for RefreshEvent
impl Unpin for RefreshEvent
impl UnwindSafe for RefreshEvent
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