Struct cargo_tarpaulin::config::ConfigWrapper
source · pub struct ConfigWrapper(pub Vec<Config>);
Tuple Fields§
§0: Vec<Config>
Trait Implementations§
source§impl Debug for ConfigWrapper
impl Debug for ConfigWrapper
source§impl From<ConfigArgs> for ConfigWrapper
impl From<ConfigArgs> for ConfigWrapper
source§fn from(args: ConfigArgs) -> Self
fn from(args: ConfigArgs) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ConfigWrapper
impl !RefUnwindSafe for ConfigWrapper
impl Send for ConfigWrapper
impl !Sync for ConfigWrapper
impl Unpin for ConfigWrapper
impl UnwindSafe for ConfigWrapper
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