Struct aws_sdk_appflow::types::ServiceNowSourceProperties
source · #[non_exhaustive]pub struct ServiceNowSourceProperties { /* private fields */ }
Expand description
The properties that are applied when ServiceNow is being used as a source.
Implementations§
source§impl ServiceNowSourceProperties
impl ServiceNowSourceProperties
sourcepub fn builder() -> ServiceNowSourcePropertiesBuilder
pub fn builder() -> ServiceNowSourcePropertiesBuilder
Creates a new builder-style object to manufacture ServiceNowSourceProperties
.
Trait Implementations§
source§impl Clone for ServiceNowSourceProperties
impl Clone for ServiceNowSourceProperties
source§fn clone(&self) -> ServiceNowSourceProperties
fn clone(&self) -> ServiceNowSourceProperties
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 ServiceNowSourceProperties
impl Debug for ServiceNowSourceProperties
source§impl PartialEq<ServiceNowSourceProperties> for ServiceNowSourceProperties
impl PartialEq<ServiceNowSourceProperties> for ServiceNowSourceProperties
source§fn eq(&self, other: &ServiceNowSourceProperties) -> bool
fn eq(&self, other: &ServiceNowSourceProperties) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ServiceNowSourceProperties
Auto Trait Implementations§
impl RefUnwindSafe for ServiceNowSourceProperties
impl Send for ServiceNowSourceProperties
impl Sync for ServiceNowSourceProperties
impl Unpin for ServiceNowSourceProperties
impl UnwindSafe for ServiceNowSourceProperties
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more