Struct git_repository::mailmap::snapshot::ResolvedSignature
source · [−]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.
Auto Trait Implementations
impl<'a> RefUnwindSafe for ResolvedSignature<'a>
impl<'a> Send for ResolvedSignature<'a>
impl<'a> Sync for ResolvedSignature<'a>
impl<'a> Unpin for ResolvedSignature<'a>
impl<'a> UnwindSafe for ResolvedSignature<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more