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