pub struct BusinessGet<'a> { /* private fields */ }Expand description
Request builder for fetching a single business from Paddle API.
Implementations§
Source§impl<'a> BusinessGet<'a>
impl<'a> BusinessGet<'a>
pub fn new( client: &'a Paddle, customer_id: impl Into<CustomerID>, business_id: impl Into<BusinessID>, ) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for BusinessGet<'a>
impl<'a> RefUnwindSafe for BusinessGet<'a>
impl<'a> Send for BusinessGet<'a>
impl<'a> Sync for BusinessGet<'a>
impl<'a> Unpin for BusinessGet<'a>
impl<'a> UnwindSafe for BusinessGet<'a>
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