pub struct MailmapTable { /* private fields */ }Expand description
Parsed mailmap as a lookup table (Git string_list + nested namemap).
Implementations§
Source§impl MailmapTable
impl MailmapTable
Trait Implementations§
Source§impl Clone for MailmapTable
impl Clone for MailmapTable
Source§fn clone(&self) -> MailmapTable
fn clone(&self) -> MailmapTable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MailmapTable
impl Debug for MailmapTable
Source§impl Default for MailmapTable
impl Default for MailmapTable
Source§fn default() -> MailmapTable
fn default() -> MailmapTable
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MailmapTable
impl RefUnwindSafe for MailmapTable
impl Send for MailmapTable
impl Sync for MailmapTable
impl Unpin for MailmapTable
impl UnsafeUnpin for MailmapTable
impl UnwindSafe for MailmapTable
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