Struct aws_sdk_workmail::model::EwsAvailabilityProvider
source · #[non_exhaustive]pub struct EwsAvailabilityProvider { /* private fields */ }
Expand description
Describes an EWS based availability provider. This is only used as input to the service.
Implementations§
source§impl EwsAvailabilityProvider
impl EwsAvailabilityProvider
sourcepub fn ews_endpoint(&self) -> Option<&str>
pub fn ews_endpoint(&self) -> Option<&str>
The endpoint of the remote EWS server.
sourcepub fn ews_username(&self) -> Option<&str>
pub fn ews_username(&self) -> Option<&str>
The username used to authenticate the remote EWS server.
sourcepub fn ews_password(&self) -> Option<&str>
pub fn ews_password(&self) -> Option<&str>
The password used to authenticate the remote EWS server.
source§impl EwsAvailabilityProvider
impl EwsAvailabilityProvider
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EwsAvailabilityProvider
.
Trait Implementations§
source§impl Clone for EwsAvailabilityProvider
impl Clone for EwsAvailabilityProvider
source§fn clone(&self) -> EwsAvailabilityProvider
fn clone(&self) -> EwsAvailabilityProvider
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for EwsAvailabilityProvider
impl Debug for EwsAvailabilityProvider
source§impl PartialEq<EwsAvailabilityProvider> for EwsAvailabilityProvider
impl PartialEq<EwsAvailabilityProvider> for EwsAvailabilityProvider
source§fn eq(&self, other: &EwsAvailabilityProvider) -> bool
fn eq(&self, other: &EwsAvailabilityProvider) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.