Struct sap_scripting::types::GuiSessionInfo
source · pub struct GuiSessionInfo { /* private fields */ }
Trait Implementations§
source§impl From<IDispatch> for GuiSessionInfo
impl From<IDispatch> for GuiSessionInfo
source§impl GuiSessionInfo_Impl<GuiSessionInfo> for GuiSessionInfo
impl GuiSessionInfo_Impl<GuiSessionInfo> for GuiSessionInfo
fn application_server(&self) -> Result<String>
fn client(&self) -> Result<String>
fn codepage(&self) -> Result<i32>
fn flushes(&self) -> Result<i32>
fn group(&self) -> Result<String>
fn gui_codepage(&self) -> Result<i32>
fn i18n_mode(&self) -> Result<bool>
fn interpretation_time(&self) -> Result<i32>
fn is_low_speed_connection(&self) -> Result<bool>
fn language(&self) -> Result<String>
fn message_server(&self) -> Result<String>
fn program(&self) -> Result<String>
fn response_time(&self) -> Result<i32>
fn round_trips(&self) -> Result<i32>
fn screen_number(&self) -> Result<i32>
fn scripting_mode_read_only(&self) -> Result<bool>
fn scripting_mode_recording_disabled(&self) -> Result<bool>
fn session_number(&self) -> Result<i32>
fn system_name(&self) -> Result<String>
fn system_number(&self) -> Result<i32>
fn system_session_id(&self) -> Result<String>
fn transaction(&self) -> Result<String>
fn ui_guideline(&self) -> Result<String>
fn user(&self) -> Result<String>
source§impl HasIDispatch<GuiSessionInfo> for GuiSessionInfo
impl HasIDispatch<GuiSessionInfo> for GuiSessionInfo
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 GuiSessionInfo
impl !Send for GuiSessionInfo
impl !Sync for GuiSessionInfo
impl Unpin for GuiSessionInfo
impl UnwindSafe for GuiSessionInfo
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