pub struct EmptyResourceProvider;Trait Implementations§
Source§impl Default for EmptyResourceProvider
impl Default for EmptyResourceProvider
Auto Trait Implementations§
impl Freeze for EmptyResourceProvider
impl RefUnwindSafe for EmptyResourceProvider
impl Send for EmptyResourceProvider
impl Sync for EmptyResourceProvider
impl Unpin for EmptyResourceProvider
impl UnsafeUnpin for EmptyResourceProvider
impl UnwindSafe for EmptyResourceProvider
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