Expand description
Required features: ‘Win32_System_RemoteManagement’
Fields
username: PCWSTR
password: PCWSTR
Trait Implementations
impl Clone for WSMAN_USERNAME_PASSWORD_CREDS
impl Clone for WSMAN_USERNAME_PASSWORD_CREDS
impl Copy for WSMAN_USERNAME_PASSWORD_CREDS
Auto Trait Implementations
impl RefUnwindSafe for WSMAN_USERNAME_PASSWORD_CREDS
impl !Send for WSMAN_USERNAME_PASSWORD_CREDS
impl !Sync for WSMAN_USERNAME_PASSWORD_CREDS
impl Unpin for WSMAN_USERNAME_PASSWORD_CREDS
impl UnwindSafe for WSMAN_USERNAME_PASSWORD_CREDS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more