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