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