Struct OnlineIdSystemTicketStatus
#[repr(transparent)]pub struct OnlineIdSystemTicketStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for OnlineIdSystemTicketStatus
impl Clone for OnlineIdSystemTicketStatus
§fn clone(&self) -> OnlineIdSystemTicketStatus
fn clone(&self) -> OnlineIdSystemTicketStatus
Returns a copy 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 more§impl Debug for OnlineIdSystemTicketStatus
impl Debug for OnlineIdSystemTicketStatus
§impl Default for OnlineIdSystemTicketStatus
impl Default for OnlineIdSystemTicketStatus
§fn default() -> OnlineIdSystemTicketStatus
fn default() -> OnlineIdSystemTicketStatus
Returns the “default value” for a type. Read more
§impl PartialEq for OnlineIdSystemTicketStatus
impl PartialEq for OnlineIdSystemTicketStatus
impl Copy for OnlineIdSystemTicketStatus
impl Eq for OnlineIdSystemTicketStatus
impl StructuralPartialEq for OnlineIdSystemTicketStatus
Auto Trait Implementations§
impl Freeze for OnlineIdSystemTicketStatus
impl RefUnwindSafe for OnlineIdSystemTicketStatus
impl Send for OnlineIdSystemTicketStatus
impl Sync for OnlineIdSystemTicketStatus
impl Unpin for OnlineIdSystemTicketStatus
impl UnwindSafe for OnlineIdSystemTicketStatus
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