#[non_exhaustive]pub struct InforNexusConnectorProfileProperties { /* private fields */ }
Expand description
The connector-specific profile properties required by Infor Nexus.
Implementations
sourceimpl InforNexusConnectorProfileProperties
impl InforNexusConnectorProfileProperties
sourcepub fn instance_url(&self) -> Option<&str>
pub fn instance_url(&self) -> Option<&str>
The location of the Infor Nexus resource.
sourceimpl InforNexusConnectorProfileProperties
impl InforNexusConnectorProfileProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InforNexusConnectorProfileProperties
.
Trait Implementations
sourceimpl Clone for InforNexusConnectorProfileProperties
impl Clone for InforNexusConnectorProfileProperties
sourcefn clone(&self) -> InforNexusConnectorProfileProperties
fn clone(&self) -> InforNexusConnectorProfileProperties
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<InforNexusConnectorProfileProperties> for InforNexusConnectorProfileProperties
impl PartialEq<InforNexusConnectorProfileProperties> for InforNexusConnectorProfileProperties
sourcefn eq(&self, other: &InforNexusConnectorProfileProperties) -> bool
fn eq(&self, other: &InforNexusConnectorProfileProperties) -> bool
impl StructuralPartialEq for InforNexusConnectorProfileProperties
Auto Trait Implementations
impl RefUnwindSafe for InforNexusConnectorProfileProperties
impl Send for InforNexusConnectorProfileProperties
impl Sync for InforNexusConnectorProfileProperties
impl Unpin for InforNexusConnectorProfileProperties
impl UnwindSafe for InforNexusConnectorProfileProperties
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