#[non_exhaustive]pub struct TrendmicroConnectorProfileProperties {}
Expand description
The connector-specific profile properties required when using Trend Micro.
Implementations
sourceimpl TrendmicroConnectorProfileProperties
impl TrendmicroConnectorProfileProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TrendmicroConnectorProfileProperties
.
Trait Implementations
sourceimpl Clone for TrendmicroConnectorProfileProperties
impl Clone for TrendmicroConnectorProfileProperties
sourcefn clone(&self) -> TrendmicroConnectorProfileProperties
fn clone(&self) -> TrendmicroConnectorProfileProperties
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 PartialEq<TrendmicroConnectorProfileProperties> for TrendmicroConnectorProfileProperties
impl PartialEq<TrendmicroConnectorProfileProperties> for TrendmicroConnectorProfileProperties
sourcefn eq(&self, other: &TrendmicroConnectorProfileProperties) -> bool
fn eq(&self, other: &TrendmicroConnectorProfileProperties) -> bool
impl StructuralPartialEq for TrendmicroConnectorProfileProperties
Auto Trait Implementations
impl RefUnwindSafe for TrendmicroConnectorProfileProperties
impl Send for TrendmicroConnectorProfileProperties
impl Sync for TrendmicroConnectorProfileProperties
impl Unpin for TrendmicroConnectorProfileProperties
impl UnwindSafe for TrendmicroConnectorProfileProperties
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