#[non_exhaustive]pub struct SapoDataConnectorProfileProperties { /* private fields */ }Expand description
The connector-specific profile properties required when using SAPOData.
Implementations
sourceimpl SapoDataConnectorProfileProperties
impl SapoDataConnectorProfileProperties
sourcepub fn application_host_url(&self) -> Option<&str>
pub fn application_host_url(&self) -> Option<&str>
The location of the SAPOData resource.
sourcepub fn application_service_path(&self) -> Option<&str>
pub fn application_service_path(&self) -> Option<&str>
The application path to catalog service.
sourcepub fn port_number(&self) -> Option<i32>
pub fn port_number(&self) -> Option<i32>
The port number of the SAPOData instance.
sourcepub fn client_number(&self) -> Option<&str>
pub fn client_number(&self) -> Option<&str>
The client number for the client creating the connection.
sourcepub fn logon_language(&self) -> Option<&str>
pub fn logon_language(&self) -> Option<&str>
The logon language of SAPOData instance.
sourcepub fn private_link_service_name(&self) -> Option<&str>
pub fn private_link_service_name(&self) -> Option<&str>
The SAPOData Private Link service name to be used for private data transfers.
sourcepub fn o_auth_properties(&self) -> Option<&OAuthProperties>
pub fn o_auth_properties(&self) -> Option<&OAuthProperties>
The SAPOData OAuth properties required for OAuth type authentication.
sourceimpl SapoDataConnectorProfileProperties
impl SapoDataConnectorProfileProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SapoDataConnectorProfileProperties.
Trait Implementations
sourceimpl Clone for SapoDataConnectorProfileProperties
impl Clone for SapoDataConnectorProfileProperties
sourcefn clone(&self) -> SapoDataConnectorProfileProperties
fn clone(&self) -> SapoDataConnectorProfileProperties
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<SapoDataConnectorProfileProperties> for SapoDataConnectorProfileProperties
impl PartialEq<SapoDataConnectorProfileProperties> for SapoDataConnectorProfileProperties
sourcefn eq(&self, other: &SapoDataConnectorProfileProperties) -> bool
fn eq(&self, other: &SapoDataConnectorProfileProperties) -> bool
impl StructuralPartialEq for SapoDataConnectorProfileProperties
Auto Trait Implementations
impl RefUnwindSafe for SapoDataConnectorProfileProperties
impl Send for SapoDataConnectorProfileProperties
impl Sync for SapoDataConnectorProfileProperties
impl Unpin for SapoDataConnectorProfileProperties
impl UnwindSafe for SapoDataConnectorProfileProperties
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