pub struct RepositoryCliHandler { /* private fields */ }
Expand description
CLI handler for repository operations
Implementations§
Auto Trait Implementations§
impl Freeze for RepositoryCliHandler
impl RefUnwindSafe for RepositoryCliHandler
impl Send for RepositoryCliHandler
impl Sync for RepositoryCliHandler
impl Unpin for RepositoryCliHandler
impl UnwindSafe for RepositoryCliHandler
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