pub struct LocalLoader;
Expand description
A local implementation for Loader
.
Trait Implementations§
Source§impl Loader for LocalLoader
impl Loader for LocalLoader
Source§type Instance = LocalInstance
type Instance = LocalInstance
The type of
Instance
for the loader.Auto Trait Implementations§
impl Freeze for LocalLoader
impl RefUnwindSafe for LocalLoader
impl Send for LocalLoader
impl Sync for LocalLoader
impl Unpin for LocalLoader
impl UnwindSafe for LocalLoader
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