pub struct MockApiClient;Trait Implementations§
Source§impl ApiClient for MockApiClient
impl ApiClient for MockApiClient
fn complete(&self, request: &CompletionRequest) -> CompletionResponse
Source§impl Clone for MockApiClient
impl Clone for MockApiClient
Source§fn clone(&self) -> MockApiClient
fn clone(&self) -> MockApiClient
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MockApiClient
impl Debug for MockApiClient
Source§impl Default for MockApiClient
impl Default for MockApiClient
Source§fn default() -> MockApiClient
fn default() -> MockApiClient
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MockApiClient
impl RefUnwindSafe for MockApiClient
impl Send for MockApiClient
impl Sync for MockApiClient
impl Unpin for MockApiClient
impl UnsafeUnpin for MockApiClient
impl UnwindSafe for MockApiClient
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