pub struct ApiSessionRefreshRequest {
pub token: String,
pub vars: HashMap<String, String>,
}Expand description
Authenticate against the server with a refresh token.
Fields§
§token: String§vars: HashMap<String, String>Trait Implementations§
Source§impl DeJson for ApiSessionRefreshRequest
impl DeJson for ApiSessionRefreshRequest
Source§impl Debug for ApiSessionRefreshRequest
impl Debug for ApiSessionRefreshRequest
Source§impl Default for ApiSessionRefreshRequest
impl Default for ApiSessionRefreshRequest
Source§fn default() -> ApiSessionRefreshRequest
fn default() -> ApiSessionRefreshRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ApiSessionRefreshRequest
impl RefUnwindSafe for ApiSessionRefreshRequest
impl Send for ApiSessionRefreshRequest
impl Sync for ApiSessionRefreshRequest
impl Unpin for ApiSessionRefreshRequest
impl UnwindSafe for ApiSessionRefreshRequest
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