Struct g_rust::extension::parsers::subparsers::HotLookInfo
source · pub struct HotLookInfo {
pub gender: String,
pub figure_string: String,
}
Fields§
§gender: String
§figure_string: String
Trait Implementations§
source§impl Clone for HotLookInfo
impl Clone for HotLookInfo
source§fn clone(&self) -> HotLookInfo
fn clone(&self) -> HotLookInfo
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 moresource§impl Debug for HotLookInfo
impl Debug for HotLookInfo
source§impl Default for HotLookInfo
impl Default for HotLookInfo
source§fn default() -> HotLookInfo
fn default() -> HotLookInfo
Returns the “default value” for a type. Read more
source§impl PacketVariable for HotLookInfo
impl PacketVariable for HotLookInfo
source§impl PartialEq<HotLookInfo> for HotLookInfo
impl PartialEq<HotLookInfo> for HotLookInfo
source§fn eq(&self, other: &HotLookInfo) -> bool
fn eq(&self, other: &HotLookInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for HotLookInfo
Auto Trait Implementations§
impl RefUnwindSafe for HotLookInfo
impl Send for HotLookInfo
impl Sync for HotLookInfo
impl Unpin for HotLookInfo
impl UnwindSafe for HotLookInfo
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