pub struct CheckRunOutputImage {
pub alt: String,
pub caption: Option<String>,
pub image_url: Uri,
}Fields§
§alt: String§caption: Option<String>§image_url: UriTrait Implementations§
Auto Trait Implementations§
impl Freeze for CheckRunOutputImage
impl RefUnwindSafe for CheckRunOutputImage
impl Send for CheckRunOutputImage
impl Sync for CheckRunOutputImage
impl Unpin for CheckRunOutputImage
impl UnsafeUnpin for CheckRunOutputImage
impl UnwindSafe for CheckRunOutputImage
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