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