pub struct ToolsApi { /* private fields */ }Expand description
Tools API client.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ToolsApi
impl !RefUnwindSafe for ToolsApi
impl Send for ToolsApi
impl Sync for ToolsApi
impl Unpin for ToolsApi
impl !UnwindSafe for ToolsApi
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