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: Stringpassword: StringTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for EmailAndPasswordimpl Send for EmailAndPasswordimpl Sync for EmailAndPasswordimpl Unpin for EmailAndPasswordimpl UnwindSafe for EmailAndPasswordBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V