pub struct PlansApiClient { /* private fields */ }Implementations§
Source§impl PlansApiClient
impl PlansApiClient
pub fn new(configuration: Arc<Configuration>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlansApiClient
impl !RefUnwindSafe for PlansApiClient
impl Send for PlansApiClient
impl Sync for PlansApiClient
impl Unpin for PlansApiClient
impl !UnwindSafe for PlansApiClient
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more