#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for Event
Implementations
The source of the event. For example, if the event occurred at the node level, the source would be the node ID.
The source of the event. For example, if the event occurred at the node level, the source would be the node ID.
Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.
Specifies the origin of this event - a cluster, a parameter group, a node ID, etc.
A user-defined message associated with the event.
A user-defined message associated with the event.
The date and time when the event occurred.
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