pub struct ClansCount {
pub name: String,
pub count: usize,
}
Fields§
§name: String
§count: usize
Trait Implementations§
Source§impl Clone for ClansCount
impl Clone for ClansCount
Source§fn clone(&self) -> ClansCount
fn clone(&self) -> ClansCount
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 ClansCount
impl Debug for ClansCount
Source§impl Default for ClansCount
impl Default for ClansCount
Source§fn default() -> ClansCount
fn default() -> ClansCount
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ClansCount
impl RefUnwindSafe for ClansCount
impl Send for ClansCount
impl Sync for ClansCount
impl Unpin for ClansCount
impl UnwindSafe for ClansCount
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