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