Struct gedcomx::PersonBuilder[][src]

pub struct PersonBuilder(_);

Implementations

Errors

Will return GedcomxError::NoId if a conversion into SourceReference fails. This happens if source has no id set.

Errors

Will return GedcomxError if a conversion into Document fails. This happens if document has no id set or has the wrong document_type.

Errors

Will return GedcomxError::NoId if a conversion into EvidenceReference fails. This happens if the passed argument has no id set.

Errors

Will return GedcomxError::NoId if a conversion into SourceReference fails. This happens if media has no id set.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.