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