pub struct ResolvedOptions<'a, S> { /* private fields */ }
Implementations§
Source§impl<'a, S> ResolvedOptions<'a, S>
impl<'a, S> ResolvedOptions<'a, S>
pub fn new(options: &'a [TestOption<'_, S>]) -> Self
Auto Trait Implementations§
impl<'a, S> Freeze for ResolvedOptions<'a, S>
impl<'a, S> !RefUnwindSafe for ResolvedOptions<'a, S>
impl<'a, S> !Send for ResolvedOptions<'a, S>
impl<'a, S> !Sync for ResolvedOptions<'a, S>
impl<'a, S> Unpin for ResolvedOptions<'a, S>
impl<'a, S> !UnwindSafe for ResolvedOptions<'a, S>
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