pub struct Config<'config> {
pub response: Kind<'config>,
}
Fields§
§response: Kind<'config>
Trait Implementations§
Auto Trait Implementations§
impl<'config> Freeze for Config<'config>
impl<'config> RefUnwindSafe for Config<'config>
impl<'config> Send for Config<'config>
impl<'config> Sync for Config<'config>
impl<'config> Unpin for Config<'config>
impl<'config> UnwindSafe for Config<'config>
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