pub struct ProviderEntry { /* private fields */ }
Implementations§
Source§impl ProviderEntry
impl ProviderEntry
pub async fn unregister_provider(self) -> Result<(), WasEmpty>
Auto Trait Implementations§
impl Freeze for ProviderEntry
impl !RefUnwindSafe for ProviderEntry
impl Send for ProviderEntry
impl Sync for ProviderEntry
impl Unpin for ProviderEntry
impl !UnwindSafe for ProviderEntry
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