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