pub struct SupSpec<R, CS> {
pub restart_strategy: R,
pub children: CS,
}Fields
restart_strategy: Rchildren: CSImplementations
Trait Implementations
Auto Trait Implementations
impl<R, CS> RefUnwindSafe for SupSpec<R, CS>where
CS: RefUnwindSafe,
R: RefUnwindSafe,
impl<R, CS> Send for SupSpec<R, CS>where
CS: Send,
R: Send,
impl<R, CS> Sync for SupSpec<R, CS>where
CS: Sync,
R: Sync,
impl<R, CS> Unpin for SupSpec<R, CS>where
CS: Unpin,
R: Unpin,
impl<R, CS> UnwindSafe for SupSpec<R, CS>where
CS: UnwindSafe,
R: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more