Struct git_repository::mailmap::snapshot::ResolvedSignature
source · pub struct ResolvedSignature<'a> {
pub name: Option<&'a BStr>,
pub email: Option<&'a BStr>,
}
Expand description
A resolved signature with borrowed fields for a mapped name
and/or email
.
Fields§
§name: Option<&'a BStr>
The mapped name.
email: Option<&'a BStr>
The mapped email.