pub struct SAPComInstance;
Expand description
An instance of a COM session. This should be kept whilst a connection to SAP is used.
Implementations§
Source§impl SAPComInstance
impl SAPComInstance
Sourcepub fn sap_wrapper(&self) -> Result<SAPWrapper>
pub fn sap_wrapper(&self) -> Result<SAPWrapper>
Create an instance of the SAP wrapper
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SAPComInstance
impl RefUnwindSafe for SAPComInstance
impl Send for SAPComInstance
impl Sync for SAPComInstance
impl Unpin for SAPComInstance
impl UnwindSafe for SAPComInstance
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