pub struct ZaiClient;Implementations§
Auto Trait Implementations§
impl Freeze for ZaiClient
impl RefUnwindSafe for ZaiClient
impl Send for ZaiClient
impl Sync for ZaiClient
impl Unpin for ZaiClient
impl UnsafeUnpin for ZaiClient
impl UnwindSafe for ZaiClient
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