pub enum AssetReloadBackendKind {
PollMetadata,
NativeWatcher,
}Expand description
Configured or active backend for automatic development asset reload.
Variants§
Trait Implementations§
Source§impl Clone for AssetReloadBackendKind
impl Clone for AssetReloadBackendKind
Source§fn clone(&self) -> AssetReloadBackendKind
fn clone(&self) -> AssetReloadBackendKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AssetReloadBackendKind
impl Debug for AssetReloadBackendKind
Source§impl PartialEq for AssetReloadBackendKind
impl PartialEq for AssetReloadBackendKind
impl Copy for AssetReloadBackendKind
impl Eq for AssetReloadBackendKind
impl StructuralPartialEq for AssetReloadBackendKind
Auto Trait Implementations§
impl Freeze for AssetReloadBackendKind
impl RefUnwindSafe for AssetReloadBackendKind
impl Send for AssetReloadBackendKind
impl Sync for AssetReloadBackendKind
impl Unpin for AssetReloadBackendKind
impl UnsafeUnpin for AssetReloadBackendKind
impl UnwindSafe for AssetReloadBackendKind
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