pub struct ClanCount {
pub name: String,
pub count: usize,
}
Fields§
§name: String
§count: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClanCount
impl RefUnwindSafe for ClanCount
impl Send for ClanCount
impl Sync for ClanCount
impl Unpin for ClanCount
impl UnwindSafe for ClanCount
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