pub struct Quick { /* private fields */ }
Expand description
A quick and dirty Monzo API client.
This client is easy to construct, because all you need is an access token. This client is not capable of refreshing the access token, hence this must be managed externally.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Quick
impl !RefUnwindSafe for Quick
impl Send for Quick
impl Sync for Quick
impl Unpin for Quick
impl !UnwindSafe for Quick
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