#[repr(C)]pub struct WS_SAML_MESSAGE_SECURITY_BINDING {
pub binding: WS_SECURITY_BINDING,
pub bindingUsage: WS_MESSAGE_SECURITY_USAGE,
pub authenticator: *mut WS_SAML_AUTHENTICATOR,
}
Fields§
§binding: WS_SECURITY_BINDING
§bindingUsage: WS_MESSAGE_SECURITY_USAGE
§authenticator: *mut WS_SAML_AUTHENTICATOR
Trait Implementations§
§impl Clone for WS_SAML_MESSAGE_SECURITY_BINDING
impl Clone for WS_SAML_MESSAGE_SECURITY_BINDING
impl Copy for WS_SAML_MESSAGE_SECURITY_BINDING
Auto Trait Implementations§
impl RefUnwindSafe for WS_SAML_MESSAGE_SECURITY_BINDING
impl !Send for WS_SAML_MESSAGE_SECURITY_BINDING
impl !Sync for WS_SAML_MESSAGE_SECURITY_BINDING
impl Unpin for WS_SAML_MESSAGE_SECURITY_BINDING
impl UnwindSafe for WS_SAML_MESSAGE_SECURITY_BINDING
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