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