pub enum FileLoader {
Static(Vec<(&'static str, &'static str)>),
Fs,
}
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for FileLoader
impl RefUnwindSafe for FileLoader
impl Send for FileLoader
impl Sync for FileLoader
impl Unpin for FileLoader
impl UnwindSafe for FileLoader
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