#[repr(C)]pub struct UA_UserIdentityToken {
pub policyId: UA_String,
}Fields§
§policyId: UA_StringTrait Implementations§
Source§impl Clone for UA_UserIdentityToken
impl Clone for UA_UserIdentityToken
Source§fn clone(&self) -> UA_UserIdentityToken
fn clone(&self) -> UA_UserIdentityToken
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UA_UserIdentityToken
impl Debug for UA_UserIdentityToken
impl Copy 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