pub enum git_mailmap {}Auto Trait Implementations§
impl Freeze for git_mailmap
impl RefUnwindSafe for git_mailmap
impl Send for git_mailmap
impl Sync for git_mailmap
impl Unpin for git_mailmap
impl UnwindSafe for git_mailmap
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