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 fn action(&mut self) -> Result<&mut ActionProxy<'a>>
pub fn action(&mut self) -> Result<&mut ActionProxy<'a>>
Sourcepub fn application(&mut self) -> Result<&mut ApplicationProxy<'a>>
pub fn application(&mut self) -> Result<&mut ApplicationProxy<'a>>
Sourcepub fn cache(&mut self) -> Result<&mut CacheProxy<'a>>
pub fn cache(&mut self) -> Result<&mut CacheProxy<'a>>
Sourcepub fn collection(&mut self) -> Result<&mut CollectionProxy<'a>>
pub fn collection(&mut self) -> Result<&mut CollectionProxy<'a>>
Sourcepub fn component(&mut self) -> Result<&mut ComponentProxy<'a>>
pub fn component(&mut self) -> Result<&mut ComponentProxy<'a>>
Sourcepub fn document(&mut self) -> Result<&mut DocumentProxy<'a>>
pub fn document(&mut self) -> Result<&mut DocumentProxy<'a>>
Sourcepub fn editable_text(&mut self) -> Result<&mut EditableTextProxy<'a>>
pub fn editable_text(&mut self) -> Result<&mut EditableTextProxy<'a>>
Sourcepub fn hyperlink(&mut self) -> Result<&mut HyperlinkProxy<'a>>
pub fn hyperlink(&mut self) -> Result<&mut HyperlinkProxy<'a>>
Sourcepub fn hypertext(&mut self) -> Result<&mut HypertextProxy<'a>>
pub fn hypertext(&mut self) -> Result<&mut HypertextProxy<'a>>
Sourcepub fn image(&mut self) -> Result<&mut ImageProxy<'a>>
pub fn image(&mut self) -> Result<&mut ImageProxy<'a>>
Sourcepub fn selection(&mut self) -> Result<&mut SelectionProxy<'a>>
pub fn selection(&mut self) -> Result<&mut SelectionProxy<'a>>
Sourcepub fn table(&mut self) -> Result<&mut TableProxy<'a>>
pub fn table(&mut self) -> Result<&mut TableProxy<'a>>
Sourcepub fn table_cell(&mut self) -> Result<&mut TableCellProxy<'a>>
pub fn table_cell(&mut self) -> Result<&mut TableCellProxy<'a>>
Sourcepub fn value(&mut self) -> Result<&mut ValueProxy<'a>>
pub fn value(&mut self) -> Result<&mut 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