Struct sap_scripting::types::GuiConnection
source · pub struct GuiConnection { /* private fields */ }
Trait Implementations§
source§impl From<IDispatch> for GuiConnection
impl From<IDispatch> for GuiConnection
source§impl GuiConnection_Impl<GuiConnection> for GuiConnection
impl GuiConnection_Impl<GuiConnection> for GuiConnection
fn children(&self) -> Result<GuiComponentCollection>
fn connection_string(&self) -> Result<String>
fn description(&self) -> Result<String>
fn disabled_by_server(&self) -> Result<bool>
fn sessions(&self) -> Result<GuiComponentCollection>
fn close_connection(&self) -> Result<()>
fn close_session(&self, p0: String) -> Result<()>
source§impl GuiContainer_Impl<GuiConnection> for GuiConnection
impl GuiContainer_Impl<GuiConnection> for GuiConnection
fn children(&self) -> Result<GuiComponentCollection>
fn find_by_id(&self, p0: String) -> Result<SAPComponent>
source§impl HasIDispatch<GuiConnection> for GuiConnection
impl HasIDispatch<GuiConnection> for GuiConnection
source§fn get_idispatch(&self) -> &IDispatch
fn get_idispatch(&self) -> &IDispatch
Get the IDispatch object for low-level access to this component.
Auto Trait Implementations§
impl RefUnwindSafe for GuiConnection
impl !Send for GuiConnection
impl !Sync for GuiConnection
impl Unpin for GuiConnection
impl UnwindSafe for GuiConnection
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