pub struct SSOTicket {
pub sso_ticket: String,
pub time: i32,
}
Fields§
§sso_ticket: String
§time: i32
Trait Implementations§
Source§impl BaseParser for SSOTicket
impl BaseParser for SSOTicket
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
Source§impl PacketVariable for SSOTicket
impl PacketVariable for SSOTicket
impl StructuralPartialEq for SSOTicket
Auto Trait Implementations§
impl Freeze for SSOTicket
impl RefUnwindSafe for SSOTicket
impl Send for SSOTicket
impl Sync for SSOTicket
impl Unpin for SSOTicket
impl UnwindSafe for SSOTicket
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