pub enum ImagGps {}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 ImagGps
impl RefUnwindSafe for ImagGps
impl Send for ImagGps
impl Sync for ImagGps
impl Unpin for ImagGps
impl UnsafeUnpin for ImagGps
impl UnwindSafe for ImagGps
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