pub struct Info {
pub name: String,
pub pronouns: Vec<String>,
pub email: String,
pub github: String,
pub website: String,
}Fields§
§name: String§pronouns: Vec<String>§email: String§github: String§website: StringAuto Trait Implementations§
impl Freeze for Info
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
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