#[repr(C)]pub struct UA_UserNameIdentityToken {
pub policyId: UA_String,
pub userName: UA_String,
pub password: UA_ByteString,
pub encryptionAlgorithm: UA_String,
}Fields§
§policyId: UA_String§userName: UA_String§password: UA_ByteString§encryptionAlgorithm: UA_StringTrait Implementations§
Source§impl Debug for UA_UserNameIdentityToken
impl Debug for UA_UserNameIdentityToken
Auto Trait Implementations§
impl Freeze for UA_UserNameIdentityToken
impl RefUnwindSafe for UA_UserNameIdentityToken
impl !Send for UA_UserNameIdentityToken
impl !Sync for UA_UserNameIdentityToken
impl Unpin for UA_UserNameIdentityToken
impl UnwindSafe for UA_UserNameIdentityToken
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