pub struct InnerUser {
pub name: String,
pub discord_name: String,
}Expand description
Represents a User of the cock analyzer.
name field is the name of the user.
discord_name field is the discord name of the user.
Fields§
§name: String§discord_name: StringTrait Implementations§
source§impl PartialEq<User> for User
impl PartialEq<User> for User
impl StructuralPartialEq for User
Auto Trait Implementations§
impl RefUnwindSafe for User
impl Send for User
impl Sync for User
impl Unpin for User
impl UnwindSafe for User
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