Struct atspi_proxies::hypertext::HypertextProxyBlocking
source · pub struct HypertextProxyBlocking<'p>(/* private fields */);
Implementations§
source§impl<'p> HypertextProxyBlocking<'p>
impl<'p> HypertextProxyBlocking<'p>
sourcepub fn new(conn: &Connection) -> Result<HypertextProxyBlocking<'p>>
pub fn new(conn: &Connection) -> Result<HypertextProxyBlocking<'p>>
Creates a new proxy with the default service and path.
sourcepub fn builder(conn: &Connection) -> Builder<'p, Self>
pub fn builder(conn: &Connection) -> Builder<'p, Self>
Returns a customizable builder for this proxy.
sourcepub fn into_inner(self) -> Proxy<'p>
pub fn into_inner(self) -> Proxy<'p>
Consumes self
, returning the underlying zbus::Proxy
.
sourcepub fn inner_mut(&mut self) -> &mut Proxy<'p>
pub fn inner_mut(&mut self) -> &mut Proxy<'p>
The mutable reference to the underlying zbus::Proxy
.
sourcepub fn get_link_index(&self, character_index: i32) -> Result<i32>
pub fn get_link_index(&self, character_index: i32) -> Result<i32>
GetLinkIndex method
sourcepub fn get_nlinks(&self) -> Result<i32>
pub fn get_nlinks(&self) -> Result<i32>
GetNLinks method
Trait Implementations§
source§impl<'p> AsMut<Proxy<'p>> for HypertextProxyBlocking<'p>
impl<'p> AsMut<Proxy<'p>> for HypertextProxyBlocking<'p>
source§impl<'p> AsRef<Proxy<'p>> for HypertextProxyBlocking<'p>
impl<'p> AsRef<Proxy<'p>> for HypertextProxyBlocking<'p>
source§impl<'p> Clone for HypertextProxyBlocking<'p>
impl<'p> Clone for HypertextProxyBlocking<'p>
source§fn clone(&self) -> HypertextProxyBlocking<'p>
fn clone(&self) -> HypertextProxyBlocking<'p>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'p> Debug for HypertextProxyBlocking<'p>
impl<'p> Debug for HypertextProxyBlocking<'p>
source§impl<'p> From<Proxy<'p>> for HypertextProxyBlocking<'p>
impl<'p> From<Proxy<'p>> for HypertextProxyBlocking<'p>
source§impl<'a> ProxyDefault for HypertextProxyBlocking<'a>
impl<'a> ProxyDefault for HypertextProxyBlocking<'a>
source§impl<'p> ProxyImpl<'p> for HypertextProxyBlocking<'p>
impl<'p> ProxyImpl<'p> for HypertextProxyBlocking<'p>
source§impl<'p> Serialize for HypertextProxyBlocking<'p>
impl<'p> Serialize for HypertextProxyBlocking<'p>
Auto Trait Implementations§
impl<'p> Freeze for HypertextProxyBlocking<'p>
impl<'p> !RefUnwindSafe for HypertextProxyBlocking<'p>
impl<'p> Send for HypertextProxyBlocking<'p>
impl<'p> Sync for HypertextProxyBlocking<'p>
impl<'p> Unpin for HypertextProxyBlocking<'p>
impl<'p> !UnwindSafe for HypertextProxyBlocking<'p>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> DynamicType for T
impl<T> DynamicType for T
source§fn dynamic_signature(&self) -> Signature<'_>
fn dynamic_signature(&self) -> Signature<'_>
Get the signature for the implementing type. Read more