pub struct Cliente { /* private fields */ }Implementations§
Source§impl Cliente
impl Cliente
pub fn refresh_token(&mut self) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Cliente
impl !RefUnwindSafe for Cliente
impl Send for Cliente
impl Sync for Cliente
impl Unpin for Cliente
impl !UnwindSafe for Cliente
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