#[non_exhaustive]pub struct SapoDataConnectorProfileProperties { /* private fields */ }Expand description
The connector-specific profile properties required when using SAPOData.
Implementations§
source§impl 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.
source§impl SapoDataConnectorProfileProperties
impl SapoDataConnectorProfileProperties
sourcepub fn builder() -> SapoDataConnectorProfilePropertiesBuilder
pub fn builder() -> SapoDataConnectorProfilePropertiesBuilder
Creates a new builder-style object to manufacture SapoDataConnectorProfileProperties.
Trait Implementations§
source§impl Clone for SapoDataConnectorProfileProperties
impl Clone for SapoDataConnectorProfileProperties
source§fn clone(&self) -> SapoDataConnectorProfileProperties
fn clone(&self) -> SapoDataConnectorProfileProperties
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<SapoDataConnectorProfileProperties> for SapoDataConnectorProfileProperties
impl PartialEq<SapoDataConnectorProfileProperties> for SapoDataConnectorProfileProperties
source§fn eq(&self, other: &SapoDataConnectorProfileProperties) -> bool
fn eq(&self, other: &SapoDataConnectorProfileProperties) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more