pub struct Proxies<'a> { /* private fields */ }Expand description
An object for safe conversion to the related interface proxies.
Implementations§
Source§impl<'a> Proxies<'a>
impl<'a> Proxies<'a>
Sourcepub async fn action(&self) -> Result<ActionProxy<'a>>
pub async fn action(&self) -> Result<ActionProxy<'a>>
Sourcepub async fn application(&self) -> Result<ApplicationProxy<'a>>
pub async fn application(&self) -> Result<ApplicationProxy<'a>>
Sourcepub async fn cache(&self) -> Result<CacheProxy<'a>>
pub async fn cache(&self) -> Result<CacheProxy<'a>>
Sourcepub async fn collection(&self) -> Result<CollectionProxy<'a>>
pub async fn collection(&self) -> Result<CollectionProxy<'a>>
Sourcepub async fn component(&self) -> Result<ComponentProxy<'a>>
pub async fn component(&self) -> Result<ComponentProxy<'a>>
Sourcepub async fn document(&self) -> Result<DocumentProxy<'a>>
pub async fn document(&self) -> Result<DocumentProxy<'a>>
Sourcepub async fn editable_text(&self) -> Result<EditableTextProxy<'a>>
pub async fn editable_text(&self) -> Result<EditableTextProxy<'a>>
Sourcepub async fn hyperlink(&self) -> Result<HyperlinkProxy<'a>>
pub async fn hyperlink(&self) -> Result<HyperlinkProxy<'a>>
Sourcepub async fn hypertext(&self) -> Result<HypertextProxy<'a>>
pub async fn hypertext(&self) -> Result<HypertextProxy<'a>>
Sourcepub async fn image(&self) -> Result<ImageProxy<'a>>
pub async fn image(&self) -> Result<ImageProxy<'a>>
Sourcepub async fn selection(&self) -> Result<SelectionProxy<'a>>
pub async fn selection(&self) -> Result<SelectionProxy<'a>>
Sourcepub async fn table(&self) -> Result<TableProxy<'a>>
pub async fn table(&self) -> Result<TableProxy<'a>>
Sourcepub async fn table_cell(&self) -> Result<TableCellProxy<'a>>
pub async fn table_cell(&self) -> Result<TableCellProxy<'a>>
Sourcepub async fn value(&self) -> Result<ValueProxy<'a>>
pub async fn value(&self) -> Result<ValueProxy<'a>>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Proxies<'a>
impl<'a> !RefUnwindSafe for Proxies<'a>
impl<'a> Send for Proxies<'a>
impl<'a> Sync for Proxies<'a>
impl<'a> Unpin for Proxies<'a>
impl<'a> !UnwindSafe for Proxies<'a>
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