pub struct TgtRep {
pub pvno: ExplicitContextTag0<IntegerAsn1>,
pub msg_type: ExplicitContextTag1<IntegerAsn1>,
pub ticket: ExplicitContextTag2<Ticket>,
}Fields§
§pvno: ExplicitContextTag0<IntegerAsn1>§msg_type: ExplicitContextTag1<IntegerAsn1>§ticket: ExplicitContextTag2<Ticket>Trait Implementations§
Source§impl<'de> Deserialize<'de> for TgtRep
impl<'de> Deserialize<'de> for TgtRep
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
impl Eq for TgtRep
impl StructuralPartialEq for TgtRep
Auto Trait Implementations§
impl Freeze for TgtRep
impl RefUnwindSafe for TgtRep
impl Send for TgtRep
impl Sync for TgtRep
impl Unpin for TgtRep
impl UnwindSafe for TgtRep
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