pub struct InstanceCredentialsRequired {
pub password: String,
pub username: String,
}Expand description
Required fields for InstanceCredentials
Fields§
§password: StringThe password for the username.
username: StringThe username.
Auto Trait Implementations§
impl Freeze for InstanceCredentialsRequired
impl RefUnwindSafe for InstanceCredentialsRequired
impl Send for InstanceCredentialsRequired
impl Sync for InstanceCredentialsRequired
impl Unpin for InstanceCredentialsRequired
impl UnsafeUnpin for InstanceCredentialsRequired
impl UnwindSafe for InstanceCredentialsRequired
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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