pub struct XaiClient { /* private fields */ }
Implementationsยง
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for XaiClient
impl !RefUnwindSafe for XaiClient
impl Send for XaiClient
impl Sync for XaiClient
impl Unpin for XaiClient
impl !UnwindSafe for XaiClient
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