pub struct WithConfig { /* private fields */ }Implementations§
Source§impl WithConfig
impl WithConfig
pub fn new(inner: CallableHandle, config: RunConfig) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WithConfig
impl !RefUnwindSafe for WithConfig
impl Send for WithConfig
impl Sync for WithConfig
impl Unpin for WithConfig
impl UnsafeUnpin for WithConfig
impl !UnwindSafe for WithConfig
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