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 duplicate 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 for HotLookInfo
impl PartialEq for HotLookInfo
impl StructuralPartialEq for HotLookInfo
Auto Trait Implementations§
impl Freeze for HotLookInfo
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