#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for Update
Implementations
The current status of the update.
The current status of the update.
The type of the update.
The type of the update.
Appends an item to params
.
To override the contents of this collection use set_params
.
A key-value map that contains the parameters associated with the update.
A key-value map that contains the parameters associated with the update.
The Unix epoch timestamp in seconds for when the update was created.
The Unix epoch timestamp in seconds for when the update was created.
Appends an item to errors
.
To override the contents of this collection use set_errors
.
Any errors associated with a Failed
update.
Any errors associated with a Failed
update.
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