pub struct images;
Trait Implementations§
impl HasInputField<images, Option<Vec<CheckRunOutputImage>>> for CheckRunOutput
Auto Trait Implementations§
impl Freeze for images
impl RefUnwindSafe for images
impl Send for images
impl Sync for images
impl Unpin for images
impl UnwindSafe for images
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