pub struct CheckRunAction {
pub description: String,
pub identifier: String,
pub label: String,
}Fields§
§description: String§identifier: String§label: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for CheckRunAction
impl RefUnwindSafe for CheckRunAction
impl Send for CheckRunAction
impl Sync for CheckRunAction
impl Unpin for CheckRunAction
impl UnsafeUnpin for CheckRunAction
impl UnwindSafe for CheckRunAction
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