Docs.rs
  • sap-scripting-0.4.2
    • sap-scripting 0.4.2
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • lilopkins
    • Dependencies
      • com-shim ^0.4.3 normal
      • tracing ^0.1.41 normal
      • windows ^0.52.0 normal
      • pretty_env_logger ^0.5.0 dev
    • Versions
    • 0.92% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate sap_scripting

sap_scripting0.4.2

  • All Items

Crate Items

  • Modules
  • Structs
  • Traits
  • Type Aliases

Crates

  • sap_scripting

Crate sap_scripting

Source
Expand description

SAP Scripting for Rust

See the examples for how to use this library.

Re-exports§

pub use types::*;

Modules§

types
The types from this library.

Structs§

SAPComInstance
An instance of a COM session. This should be kept whilst a connection to SAP is used.

Traits§

IsA
Indicates that this type is also a parent type and can be upcast to it.

Type Aliases§

Result
A result of a call.

Results

Settings
Help

Type "HasDispatch" not found. Showing results for closest type name "idispatch" instead.

No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.
    method
    sap_scripting::types::GuiApplication::from
    IDispatch -> GuiApplication
    method
    sap_scripting::types::GuiBarChart::from
    IDispatch -> GuiBarChart
    method
    sap_scripting::types::GuiBox::from
    IDispatch -> GuiBox
    method
    sap_scripting::types::GuiButton::from
    IDispatch -> GuiButton
    method
    sap_scripting::types::GuiCalendar::from
    IDispatch -> GuiCalendar
    method
    sap_scripting::types::GuiChart::from
    IDispatch -> GuiChart
    method
    sap_scripting::types::GuiCheckBox::from
    IDispatch -> GuiCheckBox
    method
    sap_scripting::types::GuiCollection::from
    IDispatch -> GuiCollection
    method
    sap_scripting::types::GuiColorSelector::from
    IDispatch -> GuiColorSelector
    method
    sap_scripting::types::GuiComboBox::from
    IDispatch -> GuiComboBox
    method
    sap_scripting::types::GuiComboBoxControl::from
    IDispatch -> GuiComboBoxControl
    method
    sap_scripting::types::GuiComboBoxEntry::from
    IDispatch -> GuiComboBoxEntry
    method
    sap_scripting::types::GuiComponent::from
    IDispatch -> GuiComponent
    method
    sap_scripting::types::GuiComponentCollection::from
    IDispatch -> GuiComponentCollection
    method
    sap_scripting::types::GuiConnection::from
    IDispatch -> GuiConnection
    method
    sap_scripting::types::GuiContainer::from
    IDispatch -> GuiContainer
    method
    sap_scripting::types::GuiContainerShell::from
    IDispatch -> GuiContainerShell
    method
    sap_scripting::types::GuiCTextField::from
    IDispatch -> GuiCTextField
    method
    sap_scripting::types::GuiCustomControl::from
    IDispatch -> GuiCustomControl
    method
    sap_scripting::types::GuiDialogShell::from
    IDispatch -> GuiDialogShell
    method
    sap_scripting::types::GuiDockShell::from
    IDispatch -> GuiDockShell
    method
    sap_scripting::types::GuiEAIViewer2D::from
    IDispatch -> GuiEAIViewer2D
    method
    sap_scripting::types::GuiEAIViewer3D::from
    IDispatch -> GuiEAIViewer3D
    method
    sap_scripting::types::GuiFrameWindow::from
    IDispatch -> GuiFrameWindow
    method
    sap_scripting::types::GuiGOSShell::from
    IDispatch -> GuiGOSShell
    method
    sap_scripting::types::GuiGraphAdapt::from
    IDispatch -> GuiGraphAdapt
    method
    sap_scripting::types::GuiGridView::from
    IDispatch -> GuiGridView
    method
    sap_scripting::types::GuiHTMLViewer::from
    IDispatch -> GuiHTMLViewer
    method
    sap_scripting::types::GuiInputFieldControl::from
    IDispatch -> GuiInputFieldControl
    method
    sap_scripting::types::GuiLabel::from
    IDispatch -> GuiLabel
    method
    sap_scripting::types::GuiMainWindow::from
    IDispatch -> GuiMainWindow
    method
    sap_scripting::types::GuiMap::from
    IDispatch -> GuiMap
    method
    sap_scripting::types::GuiMenu::from
    IDispatch -> GuiMenu
    method
    sap_scripting::types::GuiMenubar::from
    IDispatch -> GuiMenubar
    method
    sap_scripting::types::GuiMessageWindow::from
    IDispatch -> GuiMessageWindow
    method
    sap_scripting::types::GuiModalWindow::from
    IDispatch -> GuiModalWindow
    method
    sap_scripting::types::GuiNetChart::from
    IDispatch -> GuiNetChart
    method
    sap_scripting::types::GuiOfficeIntegration::from
    IDispatch -> GuiOfficeIntegration
    method
    sap_scripting::types::GuiOkCodeField::from
    IDispatch -> GuiOkCodeField
    method
    sap_scripting::types::GuiPasswordField::from
    IDispatch -> GuiPasswordField
    method
    sap_scripting::types::GuiPicture::from
    IDispatch -> GuiPicture
    method
    sap_scripting::types::GuiRadioButton::from
    IDispatch -> GuiRadioButton
    method
    sap_scripting::types::GuiSapChart::from
    IDispatch -> GuiSapChart
    method
    sap_scripting::types::GuiScrollbar::from
    IDispatch -> GuiScrollbar
    method
    sap_scripting::types::GuiScrollContainer::from
    IDispatch -> GuiScrollContainer
    method
    sap_scripting::types::GuiSession::from
    IDispatch -> GuiSession
    method
    sap_scripting::types::GuiSessionInfo::from
    IDispatch -> GuiSessionInfo
    method
    sap_scripting::types::GuiShell::from
    IDispatch -> GuiShell
    method
    sap_scripting::types::GuiSimpleContainer::from
    IDispatch -> GuiSimpleContainer
    method
    sap_scripting::types::GuiSplit::from
    IDispatch -> GuiSplit
    method
    sap_scripting::types::GuiSplitterContainer::from
    IDispatch -> GuiSplitterContainer
    method
    sap_scripting::types::GuiStage::from
    IDispatch -> GuiStage
    method
    sap_scripting::types::GuiStatusbar::from
    IDispatch -> GuiStatusbar
    method
    sap_scripting::types::GuiStatusBarLink::from
    IDispatch -> GuiStatusBarLink
    method
    sap_scripting::types::GuiStatusPane::from
    IDispatch -> GuiStatusPane
    method
    sap_scripting::types::GuiTab::from
    IDispatch -> GuiTab
    method
    sap_scripting::types::GuiTableColumn::from
    IDispatch -> GuiTableColumn
    method
    sap_scripting::types::GuiTableControl::from
    IDispatch -> GuiTableControl
    method
    sap_scripting::types::GuiTableRow::from
    IDispatch -> GuiTableRow
    method
    sap_scripting::types::GuiTabStrip::from
    IDispatch -> GuiTabStrip
    method
    sap_scripting::types::GuiTextedit::from
    IDispatch -> GuiTextedit
    method
    sap_scripting::types::GuiTextField::from
    IDispatch -> GuiTextField
    method
    sap_scripting::types::GuiTitlebar::from
    IDispatch -> GuiTitlebar
    method
    sap_scripting::types::GuiToolbar::from
    IDispatch -> GuiToolbar
    method
    sap_scripting::types::GuiToolbarControl::from
    IDispatch -> GuiToolbarControl
    method
    sap_scripting::types::GuiTree::from
    IDispatch -> GuiTree
    method
    sap_scripting::types::GuiUserArea::from
    IDispatch -> GuiUserArea
    method
    sap_scripting::types::GuiUtils::from
    IDispatch -> GuiUtils
    method
    sap_scripting::types::GuiVComponent::from
    IDispatch -> GuiVComponent
    method
    sap_scripting::types::GuiVContainer::from
    IDispatch -> GuiVContainer
    method
    sap_scripting::types::GuiVHViewSwitch::from
    IDispatch -> GuiVHViewSwitch
    method
    sap_scripting::types::GuiApplication::get_idispatch
    &GuiApplication -> &IDispatch
    method
    sap_scripting::types::GuiBarChart::get_idispatch
    &GuiBarChart -> &IDispatch
    method
    sap_scripting::types::GuiBox::get_idispatch
    &GuiBox -> &IDispatch
    method
    sap_scripting::types::GuiButton::get_idispatch
    &GuiButton -> &IDispatch
    method
    sap_scripting::types::GuiCalendar::get_idispatch
    &GuiCalendar -> &IDispatch
    method
    sap_scripting::types::GuiChart::get_idispatch
    &GuiChart -> &IDispatch
    method
    sap_scripting::types::GuiCheckBox::get_idispatch
    &GuiCheckBox -> &IDispatch
    method
    sap_scripting::types::GuiCollection::get_idispatch
    &GuiCollection -> &IDispatch
    method
    sap_scripting::types::GuiColorSelector::get_idispatch
    &GuiColorSelector -> &IDispatch
    method
    sap_scripting::types::GuiComboBox::get_idispatch
    &GuiComboBox -> &IDispatch
    method
    sap_scripting::types::GuiComboBoxControl::get_idispatch
    &GuiComboBoxControl -> &IDispatch
    method
    sap_scripting::types::GuiComboBoxEntry::get_idispatch
    &GuiComboBoxEntry -> &IDispatch
    method
    sap_scripting::types::GuiComponent::get_idispatch
    &GuiComponent -> &IDispatch
    method
    sap_scripting::types::GuiComponentCollection::get_idispatch
    &GuiComponentCollection -> &IDispatch
    method
    sap_scripting::types::GuiConnection::get_idispatch
    &GuiConnection -> &IDispatch
    method
    sap_scripting::types::GuiContainer::get_idispatch
    &GuiContainer -> &IDispatch
    method
    sap_scripting::types::GuiContainerShell::get_idispatch
    &GuiContainerShell -> &IDispatch
    method
    sap_scripting::types::GuiCTextField::get_idispatch
    &GuiCTextField -> &IDispatch
    method
    sap_scripting::types::GuiCustomControl::get_idispatch
    &GuiCustomControl -> &IDispatch
    method
    sap_scripting::types::GuiDialogShell::get_idispatch
    &GuiDialogShell -> &IDispatch
    method
    sap_scripting::types::GuiDockShell::get_idispatch
    &GuiDockShell -> &IDispatch
    method
    sap_scripting::types::GuiEAIViewer2D::get_idispatch
    &GuiEAIViewer2D -> &IDispatch
    method
    sap_scripting::types::GuiEAIViewer3D::get_idispatch
    &GuiEAIViewer3D -> &IDispatch
    method
    sap_scripting::types::GuiFrameWindow::get_idispatch
    &GuiFrameWindow -> &IDispatch
    method
    sap_scripting::types::GuiGOSShell::get_idispatch
    &GuiGOSShell -> &IDispatch
    method
    sap_scripting::types::GuiGraphAdapt::get_idispatch
    &GuiGraphAdapt -> &IDispatch
    method
    sap_scripting::types::GuiGridView::get_idispatch
    &GuiGridView -> &IDispatch
    method
    sap_scripting::types::GuiHTMLViewer::get_idispatch
    &GuiHTMLViewer -> &IDispatch
    method
    sap_scripting::types::GuiInputFieldControl::get_idispatch
    &GuiInputFieldControl -> &IDispatch
    method
    sap_scripting::types::GuiLabel::get_idispatch
    &GuiLabel -> &IDispatch
    method
    sap_scripting::types::GuiMainWindow::get_idispatch
    &GuiMainWindow -> &IDispatch
    method
    sap_scripting::types::GuiMap::get_idispatch
    &GuiMap -> &IDispatch
    method
    sap_scripting::types::GuiMenu::get_idispatch
    &GuiMenu -> &IDispatch
    method
    sap_scripting::types::GuiMenubar::get_idispatch
    &GuiMenubar -> &IDispatch
    method
    sap_scripting::types::GuiMessageWindow::get_idispatch
    &GuiMessageWindow -> &IDispatch
    method
    sap_scripting::types::GuiModalWindow::get_idispatch
    &GuiModalWindow -> &IDispatch
    method
    sap_scripting::types::GuiNetChart::get_idispatch
    &GuiNetChart -> &IDispatch
    method
    sap_scripting::types::GuiOfficeIntegration::get_idispatch
    &GuiOfficeIntegration -> &IDispatch
    method
    sap_scripting::types::GuiOkCodeField::get_idispatch
    &GuiOkCodeField -> &IDispatch
    method
    sap_scripting::types::GuiPasswordField::get_idispatch
    &GuiPasswordField -> &IDispatch
    method
    sap_scripting::types::GuiPicture::get_idispatch
    &GuiPicture -> &IDispatch
    method
    sap_scripting::types::GuiRadioButton::get_idispatch
    &GuiRadioButton -> &IDispatch
    method
    sap_scripting::types::GuiSapChart::get_idispatch
    &GuiSapChart -> &IDispatch
    method
    sap_scripting::types::GuiScrollbar::get_idispatch
    &GuiScrollbar -> &IDispatch
    method
    sap_scripting::types::GuiScrollContainer::get_idispatch
    &GuiScrollContainer -> &IDispatch
    method
    sap_scripting::types::GuiSession::get_idispatch
    &GuiSession -> &IDispatch
    method
    sap_scripting::types::GuiSessionInfo::get_idispatch
    &GuiSessionInfo -> &IDispatch
    method
    sap_scripting::types::GuiShell::get_idispatch
    &GuiShell -> &IDispatch
    method
    sap_scripting::types::GuiSimpleContainer::get_idispatch
    &GuiSimpleContainer -> &IDispatch
    method
    sap_scripting::types::GuiSplit::get_idispatch
    &GuiSplit -> &IDispatch
    method
    sap_scripting::types::GuiSplitterContainer::get_idispatch
    &GuiSplitterContainer -> &IDispatch
    method
    sap_scripting::types::GuiStage::get_idispatch
    &GuiStage -> &IDispatch
    method
    sap_scripting::types::GuiStatusbar::get_idispatch
    &GuiStatusbar -> &IDispatch
    method
    sap_scripting::types::GuiStatusBarLink::get_idispatch
    &GuiStatusBarLink -> &IDispatch
    method
    sap_scripting::types::GuiStatusPane::get_idispatch
    &GuiStatusPane -> &IDispatch
    method
    sap_scripting::types::GuiTab::get_idispatch
    &GuiTab -> &IDispatch
    method
    sap_scripting::types::GuiTableColumn::get_idispatch
    &GuiTableColumn -> &IDispatch
    method
    sap_scripting::types::GuiTableControl::get_idispatch
    &GuiTableControl -> &IDispatch
    method
    sap_scripting::types::GuiTableRow::get_idispatch
    &GuiTableRow -> &IDispatch
    method
    sap_scripting::types::GuiTabStrip::get_idispatch
    &GuiTabStrip -> &IDispatch
    method
    sap_scripting::types::GuiTextedit::get_idispatch
    &GuiTextedit -> &IDispatch
    method
    sap_scripting::types::GuiTextField::get_idispatch
    &GuiTextField -> &IDispatch
    method
    sap_scripting::types::GuiTitlebar::get_idispatch
    &GuiTitlebar -> &IDispatch
    method
    sap_scripting::types::GuiToolbar::get_idispatch
    &GuiToolbar -> &IDispatch
    method
    sap_scripting::types::GuiToolbarControl::get_idispatch
    &GuiToolbarControl -> &IDispatch
    method
    sap_scripting::types::GuiTree::get_idispatch
    &GuiTree -> &IDispatch
    method
    sap_scripting::types::GuiUserArea::get_idispatch
    &GuiUserArea -> &IDispatch
    method
    sap_scripting::types::GuiUtils::get_idispatch
    &GuiUtils -> &IDispatch
    method
    sap_scripting::types::GuiVComponent::get_idispatch
    &GuiVComponent -> &IDispatch
    method
    sap_scripting::types::GuiVContainer::get_idispatch
    &GuiVContainer -> &IDispatch
    method
    sap_scripting::types::GuiVHViewSwitch::get_idispatch
    &GuiVHViewSwitch -> &IDispatch
    method
    sap_scripting::types::GuiComponent::downcast
    &GuiComponent -> Option<Tgt>
    where
    Tgt: HasSAPType + From<IDispatch>