Struct steamworks::AuthSessionTicketResponse[][src]

pub struct AuthSessionTicketResponse {
    pub ticket: AuthTicket,
    pub result: SResult<()>,
}
Expand description

Called when generating a authentication session ticket.

This can be used to verify the ticket was created successfully.

Fields

ticket: AuthTicket

The ticket in question

result: SResult<()>

The result of generating the ticket

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.