pub struct Mollie<'c> { /* private fields */ }Expand description
Mollie API client
Implementations§
Source§impl<'c> Mollie<'c>
impl<'c> Mollie<'c>
Sourcepub fn organizations(&self) -> OrganizationsApi<'_>
pub fn organizations(&self) -> OrganizationsApi<'_>
Organizations API
Trait Implementations§
Auto Trait Implementations§
impl<'c> Freeze for Mollie<'c>
impl<'c> !RefUnwindSafe for Mollie<'c>
impl<'c> Send for Mollie<'c>
impl<'c> Sync for Mollie<'c>
impl<'c> Unpin for Mollie<'c>
impl<'c> !UnwindSafe for Mollie<'c>
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