pub struct DebugApiClient { /* private fields */ }
Implementations§
Source§impl DebugApiClient
impl DebugApiClient
pub fn new(configuration: Arc<Configuration>) -> Self
Trait Implementations§
Source§impl DebugApi for DebugApiClient
impl DebugApi for DebugApiClient
Auto Trait Implementations§
impl Freeze for DebugApiClient
impl !RefUnwindSafe for DebugApiClient
impl Send for DebugApiClient
impl Sync for DebugApiClient
impl Unpin for DebugApiClient
impl !UnwindSafe for DebugApiClient
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