pub enum HClient {
Unity,
Flash,
Nitro,
Undefined,
}Variants§
Trait Implementations§
impl Eq for HClient
Source§impl PacketVariable for HClient
impl PacketVariable for HClient
impl StructuralPartialEq for HClient
Auto Trait Implementations§
impl Freeze for HClient
impl RefUnwindSafe for HClient
impl Send for HClient
impl Sync for HClient
impl Unpin for HClient
impl UnsafeUnpin for HClient
impl UnwindSafe for HClient
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