pub struct UserSign(_);
Implementations§
source§impl UserSign
impl UserSign
pub fn from_config(repo: &Repository, config: &Config) -> Result<Self, Error>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UserSign
impl Send for UserSign
impl Sync for UserSign
impl Unpin for UserSign
impl UnwindSafe for UserSign
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