pub struct UserSign(/* private fields */);
Implementations§
Source§impl UserSign
impl UserSign
pub fn from_config(repo: &Repository, config: &Config) -> Result<Self, Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UserSign
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