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