pub enum ImagGit {}
Expand description
Marker enum for implementing ImagApplication on
This is used by binaries crates to execute business logic or to build a CLI completion.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImagGit
impl RefUnwindSafe for ImagGit
impl Send for ImagGit
impl Sync for ImagGit
impl Unpin for ImagGit
impl UnwindSafe for ImagGit
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