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