Struct RECIPIENTPOLICY2
#[repr(C)]pub struct RECIPIENTPOLICY2 {
pub recipient: ENDPOINTADDRESS2,
pub issuer: ENDPOINTADDRESS2,
pub tokenType: PCWSTR,
pub requiredClaims: CLAIMLIST,
pub optionalClaims: CLAIMLIST,
pub privacyUrl: PCWSTR,
pub privacyVersion: u32,
}
Fields§
§recipient: ENDPOINTADDRESS2
§issuer: ENDPOINTADDRESS2
§tokenType: PCWSTR
§requiredClaims: CLAIMLIST
§optionalClaims: CLAIMLIST
§privacyUrl: PCWSTR
§privacyVersion: u32
Trait Implementations§
§impl Clone for RECIPIENTPOLICY2
impl Clone for RECIPIENTPOLICY2
§fn clone(&self) -> RECIPIENTPOLICY2
fn clone(&self) -> RECIPIENTPOLICY2
Returns a copy 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 moreimpl Copy for RECIPIENTPOLICY2
Auto Trait Implementations§
impl Freeze for RECIPIENTPOLICY2
impl RefUnwindSafe for RECIPIENTPOLICY2
impl !Send for RECIPIENTPOLICY2
impl !Sync for RECIPIENTPOLICY2
impl Unpin for RECIPIENTPOLICY2
impl UnwindSafe for RECIPIENTPOLICY2
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