Struct aws_sdk_appflow::model::TrendmicroSourceProperties
source · [−]#[non_exhaustive]pub struct TrendmicroSourceProperties { /* private fields */ }
Expand description
The properties that are applied when using Trend Micro as a flow source.
Implementations
sourceimpl TrendmicroSourceProperties
impl TrendmicroSourceProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TrendmicroSourceProperties
.
Trait Implementations
sourceimpl Clone for TrendmicroSourceProperties
impl Clone for TrendmicroSourceProperties
sourcefn clone(&self) -> TrendmicroSourceProperties
fn clone(&self) -> TrendmicroSourceProperties
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 TrendmicroSourceProperties
impl Debug for TrendmicroSourceProperties
sourceimpl PartialEq<TrendmicroSourceProperties> for TrendmicroSourceProperties
impl PartialEq<TrendmicroSourceProperties> for TrendmicroSourceProperties
sourcefn eq(&self, other: &TrendmicroSourceProperties) -> bool
fn eq(&self, other: &TrendmicroSourceProperties) -> bool
impl StructuralPartialEq for TrendmicroSourceProperties
Auto Trait Implementations
impl RefUnwindSafe for TrendmicroSourceProperties
impl Send for TrendmicroSourceProperties
impl Sync for TrendmicroSourceProperties
impl Unpin for TrendmicroSourceProperties
impl UnwindSafe for TrendmicroSourceProperties
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