pub enum ResourceFormat {
IndexFile,
AssetDatabase,
}Expand description
An enum listing the different types of resource files
Variants§
Auto Trait Implementations§
impl Freeze for ResourceFormat
impl RefUnwindSafe for ResourceFormat
impl Send for ResourceFormat
impl Sync for ResourceFormat
impl Unpin for ResourceFormat
impl UnwindSafe for ResourceFormat
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