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