pub struct Gndr {
pub gender: String,
pub pronouns: Vec<String>,
}Expand description
The mystical gender container.
Fields§
§gender: String§pronouns: Vec<String>Auto Trait Implementations§
impl Freeze for Gndr
impl RefUnwindSafe for Gndr
impl Send for Gndr
impl Sync for Gndr
impl Unpin for Gndr
impl UnsafeUnpin for Gndr
impl UnwindSafe for Gndr
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