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