pub struct GetAPIKeyRequest {
pub user: String,
pub password: String,
}
Expand description
User logs in with username and password
Fields§
§user: String
Username
password: String
User’s password
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GetAPIKeyRequest
impl<'de> Deserialize<'de> for GetAPIKeyRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Drop for GetAPIKeyRequest
impl Drop for GetAPIKeyRequest
Source§impl Serialize for GetAPIKeyRequest
impl Serialize for GetAPIKeyRequest
Auto Trait Implementations§
impl Freeze for GetAPIKeyRequest
impl RefUnwindSafe for GetAPIKeyRequest
impl Send for GetAPIKeyRequest
impl Sync for GetAPIKeyRequest
impl Unpin for GetAPIKeyRequest
impl UnwindSafe for GetAPIKeyRequest
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