Struct aws_sdk_codegurureviewer::model::event_info::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for EventInfo
Implementations
The name of the event. The possible names are pull_request
, workflow_dispatch
, schedule
, and push
The name of the event. The possible names are pull_request
, workflow_dispatch
, schedule
, and push
The state of an event. The state might be open, closed, or another state.
The state of an event. The state might be open, closed, or another state.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more