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