pub struct ExpandedApprovalPacket {
pub spec_version: String,
pub run_id: String,
pub workflow: String,
pub risk: String,
pub human_required: bool,
pub actions: Vec<String>,
}Fields§
§spec_version: String§run_id: String§workflow: String§risk: String§human_required: bool§actions: Vec<String>Trait Implementations§
Source§impl Debug for ExpandedApprovalPacket
impl Debug for ExpandedApprovalPacket
Auto Trait Implementations§
impl Freeze for ExpandedApprovalPacket
impl RefUnwindSafe for ExpandedApprovalPacket
impl Send for ExpandedApprovalPacket
impl Sync for ExpandedApprovalPacket
impl Unpin for ExpandedApprovalPacket
impl UnsafeUnpin for ExpandedApprovalPacket
impl UnwindSafe for ExpandedApprovalPacket
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