pub struct RunnerArgs<A> {
pub base: BaseArgs,
pub custom: A,
}Expand description
Effective runner arguments after merging defaults, config, and CLI values.
Fields§
§base: BaseArgs§custom: ATrait Implementations§
Auto Trait Implementations§
impl<A> Freeze for RunnerArgs<A>where
A: Freeze,
impl<A> RefUnwindSafe for RunnerArgs<A>where
A: RefUnwindSafe,
impl<A> Send for RunnerArgs<A>where
A: Send,
impl<A> Sync for RunnerArgs<A>where
A: Sync,
impl<A> Unpin for RunnerArgs<A>where
A: Unpin,
impl<A> UnsafeUnpin for RunnerArgs<A>where
A: UnsafeUnpin,
impl<A> UnwindSafe for RunnerArgs<A>where
A: UnwindSafe,
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Returns the layout of the type.