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