pub struct Birth {
pub date: String,
pub place: String,
pub sources: Vec<SourceCitation>,
}
Fields§
§date: String
§place: String
§sources: Vec<SourceCitation>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Birth
impl RefUnwindSafe for Birth
impl Send for Birth
impl Sync for Birth
impl Unpin for Birth
impl UnwindSafe for Birth
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