pub struct AuthorizationDataInner {
pub ad_type: ExplicitContextTag0<IntegerAsn1>,
pub ad_data: ExplicitContextTag1<OctetStringAsn1>,
}Expand description
AuthorizationData ::= SEQUENCE OF SEQUENCE {
ad-type [0] Int32,
ad-data [1] OCTET STRING
}Fields§
§ad_type: ExplicitContextTag0<IntegerAsn1>§ad_data: ExplicitContextTag1<OctetStringAsn1>Trait Implementations§
Source§impl Clone for AuthorizationDataInner
impl Clone for AuthorizationDataInner
Source§fn clone(&self) -> AuthorizationDataInner
fn clone(&self) -> AuthorizationDataInner
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 AuthorizationDataInner
impl Debug for AuthorizationDataInner
Source§impl<'de> Deserialize<'de> for AuthorizationDataInner
impl<'de> Deserialize<'de> for AuthorizationDataInner
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AuthorizationDataInner
impl PartialEq for AuthorizationDataInner
Source§impl Serialize for AuthorizationDataInner
impl Serialize for AuthorizationDataInner
impl Eq for AuthorizationDataInner
impl StructuralPartialEq for AuthorizationDataInner
Auto Trait Implementations§
impl Freeze for AuthorizationDataInner
impl RefUnwindSafe for AuthorizationDataInner
impl Send for AuthorizationDataInner
impl Sync for AuthorizationDataInner
impl Unpin for AuthorizationDataInner
impl UnsafeUnpin for AuthorizationDataInner
impl UnwindSafe for AuthorizationDataInner
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