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