pub struct Gedc {
pub version: Option<String>,
pub form: Option<Form>,
}
Fields§
§version: Option<String>
The version of this Gedcom file.
form: Option<Form>
The GEDCOM form used to construct this transmission.
Implementations§
Trait Implementations§
impl StructuralPartialEq for Gedc
Auto Trait Implementations§
impl Freeze for Gedc
impl RefUnwindSafe for Gedc
impl Send for Gedc
impl Sync for Gedc
impl Unpin for Gedc
impl UnwindSafe for Gedc
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