#[repr(transparent)]pub struct OnlineIdSystemTicketStatus(pub i32);
Expand description
Required features: "Security_Authentication_OnlineId"
Tuple Fields
0: i32
Implementations
impl OnlineIdSystemTicketStatus
impl OnlineIdSystemTicketStatus
pub const Success: Self = Self(0i32)
pub const Error: Self = Self(1i32)
pub const ServiceConnectionError: Self = Self(2i32)
Trait Implementations
impl Clone for OnlineIdSystemTicketStatus
impl Clone for OnlineIdSystemTicketStatus
impl Copy for OnlineIdSystemTicketStatus
Auto Trait Implementations
impl RefUnwindSafe for OnlineIdSystemTicketStatus
impl Send for OnlineIdSystemTicketStatus
impl Sync for OnlineIdSystemTicketStatus
impl Unpin for OnlineIdSystemTicketStatus
impl UnwindSafe for OnlineIdSystemTicketStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more