pub struct Profile {
pub fname: String,
pub lname: String,
pub age: i64,
pub height: String,
pub factions: String,
pub decks: String,
pub description: String,
}Fields§
§fname: String§lname: String§age: i64§height: String§factions: String§decks: String§description: StringAuto Trait Implementations§
impl Freeze for Profile
impl RefUnwindSafe for Profile
impl Send for Profile
impl Sync for Profile
impl Unpin for Profile
impl UnwindSafe for Profile
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