#[non_exhaustive]pub struct NoopSourceLoader;
Expand description
A source loader which does not support loading anything and will error.
Trait Implementations§
Source§impl Default for NoopSourceLoader
impl Default for NoopSourceLoader
Source§fn default() -> NoopSourceLoader
fn default() -> NoopSourceLoader
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoopSourceLoader
impl RefUnwindSafe for NoopSourceLoader
impl Send for NoopSourceLoader
impl Sync for NoopSourceLoader
impl Unpin for NoopSourceLoader
impl UnwindSafe for NoopSourceLoader
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