Struct aws_sdk_workmail::model::BookingOptions [−][src]
#[non_exhaustive]pub struct BookingOptions {
pub auto_accept_requests: bool,
pub auto_decline_recurring_requests: bool,
pub auto_decline_conflicting_requests: bool,
}
Expand description
At least one delegate must be associated to the resource to disable automatic replies from the resource.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.auto_accept_requests: bool
The resource's ability to automatically reply to requests. If disabled, delegates must be associated to the resource.
auto_decline_recurring_requests: bool
The resource's ability to automatically decline any recurring requests.
auto_decline_conflicting_requests: bool
The resource's ability to automatically decline any conflicting requests.
Implementations
The resource's ability to automatically reply to requests. If disabled, delegates must be associated to the resource.
The resource's ability to automatically decline any recurring requests.
The resource's ability to automatically decline any conflicting requests.
Creates a new builder-style object to manufacture BookingOptions
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for BookingOptions
impl Send for BookingOptions
impl Sync for BookingOptions
impl Unpin for BookingOptions
impl UnwindSafe for BookingOptions
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