pub struct LargeConfig;Available on crate feature
static only.Trait Implementations§
Source§impl ExecutorConfig for LargeConfig
impl ExecutorConfig for LargeConfig
Auto Trait Implementations§
impl Freeze for LargeConfig
impl RefUnwindSafe for LargeConfig
impl Send for LargeConfig
impl Sync for LargeConfig
impl Unpin for LargeConfig
impl UnwindSafe for LargeConfig
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