pub struct Gedcom {
pub header: Header,
pub individuals: Vec<Individual>,
}
Fields§
§header: Header
§individuals: Vec<Individual>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Gedcom
impl RefUnwindSafe for Gedcom
impl Send for Gedcom
impl Sync for Gedcom
impl Unpin for Gedcom
impl UnwindSafe for Gedcom
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