Struct aws_sdk_appflow::model::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
sourceimpl ServiceNowSourceProperties
impl ServiceNowSourceProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ServiceNowSourceProperties
.
Trait Implementations
sourceimpl Clone for ServiceNowSourceProperties
impl Clone for ServiceNowSourceProperties
sourcefn clone(&self) -> ServiceNowSourceProperties
fn clone(&self) -> ServiceNowSourceProperties
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ServiceNowSourceProperties
impl Debug for ServiceNowSourceProperties
sourceimpl PartialEq<ServiceNowSourceProperties> for ServiceNowSourceProperties
impl PartialEq<ServiceNowSourceProperties> for ServiceNowSourceProperties
sourcefn eq(&self, other: &ServiceNowSourceProperties) -> bool
fn eq(&self, other: &ServiceNowSourceProperties) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more