pub struct LwaTokenRequest {
pub grant_type: String,
pub client_id: String,
pub client_secret: String,
pub refresh_token: String,
}Fields§
§grant_type: String§client_id: String§client_secret: String§refresh_token: StringTrait Implementations§
Source§impl Debug for LwaTokenRequest
impl Debug for LwaTokenRequest
Auto Trait Implementations§
impl Freeze for LwaTokenRequest
impl RefUnwindSafe for LwaTokenRequest
impl Send for LwaTokenRequest
impl Sync for LwaTokenRequest
impl Unpin for LwaTokenRequest
impl UnwindSafe for LwaTokenRequest
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