pub struct X509Token {
pub cert_b64: String,
pub encoding_type: String,
pub value_type: String,
}Expand description
X.509-Token — WSS X.509 Token Profile 1.1.
Fields§
§cert_b64: StringCert (Base64- oder Hex-codiert).
encoding_type: StringEncodingType-Attribut auf <wsse:BinarySecurityToken>.
value_type: StringValueType-Attribut.
Trait Implementations§
impl Eq for X509Token
impl StructuralPartialEq for X509Token
Auto Trait Implementations§
impl Freeze for X509Token
impl RefUnwindSafe for X509Token
impl Send for X509Token
impl Sync for X509Token
impl Unpin for X509Token
impl UnsafeUnpin for X509Token
impl UnwindSafe for X509Token
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