#[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 Clone for UA_UserTokenPolicy
impl Clone for UA_UserTokenPolicy
Source§fn clone(&self) -> UA_UserTokenPolicy
fn clone(&self) -> UA_UserTokenPolicy
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_UserTokenPolicy
impl Debug for UA_UserTokenPolicy
impl Copy 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