pub struct conclusion;
Trait Implementations§
Source§impl Field for conclusion
impl Field for conclusion
Source§impl HasField<conclusion> for CheckRun
impl HasField<conclusion> for CheckRun
Source§type Type = Option<CheckConclusionState>
type Type = Option<CheckConclusionState>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for conclusion
impl RefUnwindSafe for conclusion
impl Send for conclusion
impl Sync for conclusion
impl Unpin for conclusion
impl UnwindSafe for conclusion
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