#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ResponseHeadersPolicyList
Implementations
If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker
field of a subsequent request to continue listing response headers policies where you left off.
If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker
field of a subsequent request to continue listing response headers policies where you left off.
The maximum number of response headers policies requested.
The maximum number of response headers policies requested.
The number of response headers policies returned.
Appends an item to items
.
To override the contents of this collection use set_items
.
The response headers policies in the list.
The response headers policies in the list.
Consumes the builder and constructs a ResponseHeadersPolicyList
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