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