pub struct GuiConnection { /* private fields */ }
Trait Implementations§
Source§impl From<IDispatch> for GuiConnection
impl From<IDispatch> for GuiConnection
Source§impl GuiComponentExt for GuiConnection
impl GuiComponentExt for GuiConnection
Source§impl GuiConnectionExt for GuiConnection
impl GuiConnectionExt 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 GuiContainerExt for GuiConnection
impl GuiContainerExt for GuiConnection
fn children(&self) -> Result<GuiComponentCollection>
fn find_by_id(&self, p0: String) -> Result<GuiComponent>
Source§impl HasIDispatch for GuiConnection
impl HasIDispatch for GuiConnection
Source§fn get_idispatch(&self) -> &IDispatch
fn get_idispatch(&self) -> &IDispatch
Get the IDispatch object for low-level access to this component.
Source§impl HasSAPType for GuiConnection
impl HasSAPType for GuiConnection
Source§impl IsA<GuiComponent> for GuiConnection
impl IsA<GuiComponent> for GuiConnection
Source§fn upcast(&self) -> GuiComponent
fn upcast(&self) -> GuiComponent
Upcast this value to it’s parent type.
Source§impl IsA<GuiContainer> for GuiConnection
impl IsA<GuiContainer> for GuiConnection
Source§fn upcast(&self) -> GuiContainer
fn upcast(&self) -> GuiContainer
Upcast this value to it’s parent type.
Source§impl VariantTypeExt<'_, GuiConnection> for VARIANT
impl VariantTypeExt<'_, GuiConnection> for VARIANT
Source§fn variant_from(value: GuiConnection) -> VARIANT
fn variant_from(value: GuiConnection) -> VARIANT
Convert from a type T into a
VARIANT
.Source§fn variant_into(&self) -> Result<GuiConnection>
fn variant_into(&self) -> Result<GuiConnection>
Convert from a
VARIANT
into a type, T.Auto Trait Implementations§
impl Freeze for GuiConnection
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