Struct xo_api_client::credentials::EmailAndPassword [−][src]
Expand description
Email and password used to authenticate with Xen Orchestra’s API.
Note that there is also the type Token
Fields
email: String
password: String
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for EmailAndPassword
impl Send for EmailAndPassword
impl Sync for EmailAndPassword
impl Unpin for EmailAndPassword
impl UnwindSafe for EmailAndPassword
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self