pub struct annotations;
Trait Implementations§
Source§impl Field for annotations
impl Field for annotations
Source§impl HasArgument<after> for annotations
impl HasArgument<after> for annotations
Source§impl HasArgument<before> for annotations
impl HasArgument<before> for annotations
Source§impl HasArgument<first> for annotations
impl HasArgument<first> for annotations
Source§impl HasArgument<last> for annotations
impl HasArgument<last> for annotations
Source§impl HasField<annotations> for CheckRun
impl HasField<annotations> for CheckRun
Source§type Type = Option<CheckAnnotationConnection>
type Type = Option<CheckAnnotationConnection>
The schema marker type of this field.
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