pub enum ImagAnnotate {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImagAnnotate
impl RefUnwindSafe for ImagAnnotate
impl Send for ImagAnnotate
impl Sync for ImagAnnotate
impl Unpin for ImagAnnotate
impl UnwindSafe for ImagAnnotate
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