pub struct Refreshable { /* private fields */ }
Expand description
A full-featured Monzo API client.
This client can refresh it’s own access token if it expires See the individual methods for descriptions of the API endpoints.
Trait Implementations§
Source§impl Clone for Refreshable
impl Clone for Refreshable
Source§fn clone(&self) -> Refreshable
fn clone(&self) -> Refreshable
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for Refreshable
impl !RefUnwindSafe for Refreshable
impl Send for Refreshable
impl Sync for Refreshable
impl Unpin for Refreshable
impl !UnwindSafe for Refreshable
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