pub struct NoopResourceHandler;Expand description
Default no-op resource handler
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoopResourceHandler
impl RefUnwindSafe for NoopResourceHandler
impl Send for NoopResourceHandler
impl Sync for NoopResourceHandler
impl Unpin for NoopResourceHandler
impl UnwindSafe for NoopResourceHandler
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