pub struct OpenRouterApiConfig {}Trait Implementations§
Source§impl CatalogService for OpenRouterApiConfig
impl CatalogService for OpenRouterApiConfig
Source§impl Debug for OpenRouterApiConfig
impl Debug for OpenRouterApiConfig
Auto Trait Implementations§
impl Freeze for OpenRouterApiConfig
impl RefUnwindSafe for OpenRouterApiConfig
impl Send for OpenRouterApiConfig
impl Sync for OpenRouterApiConfig
impl Unpin for OpenRouterApiConfig
impl UnsafeUnpin for OpenRouterApiConfig
impl UnwindSafe for OpenRouterApiConfig
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