pub struct ApReqInner {
pub pvno: ExplicitContextTag0<IntegerAsn1>,
pub msg_type: ExplicitContextTag1<IntegerAsn1>,
pub ap_options: ExplicitContextTag2<ApOptions>,
pub ticket: ExplicitContextTag3<Ticket>,
pub authenticator: ExplicitContextTag4<EncryptedData>,
}Fields§
§pvno: ExplicitContextTag0<IntegerAsn1>§msg_type: ExplicitContextTag1<IntegerAsn1>§ap_options: ExplicitContextTag2<ApOptions>§ticket: ExplicitContextTag3<Ticket>§authenticator: ExplicitContextTag4<EncryptedData>Trait Implementations§
Source§impl Clone for ApReqInner
impl Clone for ApReqInner
Source§fn clone(&self) -> ApReqInner
fn clone(&self) -> ApReqInner
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 ApReqInner
impl Debug for ApReqInner
Source§impl<'de> Deserialize<'de> for ApReqInner
impl<'de> Deserialize<'de> for ApReqInner
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 ApReqInner
impl PartialEq for ApReqInner
Source§impl Serialize for ApReqInner
impl Serialize for ApReqInner
impl Eq for ApReqInner
impl StructuralPartialEq for ApReqInner
Auto Trait Implementations§
impl Freeze for ApReqInner
impl RefUnwindSafe for ApReqInner
impl Send for ApReqInner
impl Sync for ApReqInner
impl Unpin for ApReqInner
impl UnsafeUnpin for ApReqInner
impl UnwindSafe for ApReqInner
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