pub struct ProviderGuard { /* private fields */ }Trait Implementations§
Source§impl Drop for ProviderGuard
impl Drop for ProviderGuard
Auto Trait Implementations§
impl !RefUnwindSafe for ProviderGuard
impl !UnwindSafe for ProviderGuard
impl Freeze for ProviderGuard
impl Send for ProviderGuard
impl Sync for ProviderGuard
impl Unpin for ProviderGuard
impl UnsafeUnpin for ProviderGuard
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