pub struct NotesManager { /* private fields */ }Expand description
Manager for ADR operations in git notes.
Implementations§
Source§impl NotesManager
impl NotesManager
Sourcepub fn next_number(&self) -> Result<u32, Error>
pub fn next_number(&self) -> Result<u32, Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotesManager
impl RefUnwindSafe for NotesManager
impl Send for NotesManager
impl Sync for NotesManager
impl Unpin for NotesManager
impl UnwindSafe for NotesManager
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