pub enum TicketType {
JsApi,
WxCard,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TicketType
impl RefUnwindSafe for TicketType
impl Send for TicketType
impl Sync for TicketType
impl Unpin for TicketType
impl UnwindSafe for TicketType
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