pub struct XAIProvider { /* private fields */ }
Trait Implementations§
Source§impl Default for XAIProvider
impl Default for XAIProvider
Source§impl Provider for XAIProvider
impl Provider for XAIProvider
Auto Trait Implementations§
impl Freeze for XAIProvider
impl RefUnwindSafe for XAIProvider
impl Send for XAIProvider
impl Sync for XAIProvider
impl Unpin for XAIProvider
impl UnwindSafe for XAIProvider
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