Struct atspi_proxies::socket::SocketProxyBlocking
source · pub struct SocketProxyBlocking<'p>(/* private fields */);
Implementations§
source§impl<'p> SocketProxyBlocking<'p>
impl<'p> SocketProxyBlocking<'p>
sourcepub fn new(conn: &Connection) -> Result<SocketProxyBlocking<'p>>
pub fn new(conn: &Connection) -> Result<SocketProxyBlocking<'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
.
Trait Implementations§
source§impl<'p> AsMut<Proxy<'p>> for SocketProxyBlocking<'p>
impl<'p> AsMut<Proxy<'p>> for SocketProxyBlocking<'p>
source§impl<'p> AsRef<Proxy<'p>> for SocketProxyBlocking<'p>
impl<'p> AsRef<Proxy<'p>> for SocketProxyBlocking<'p>
source§impl<'p> Clone for SocketProxyBlocking<'p>
impl<'p> Clone for SocketProxyBlocking<'p>
source§fn clone(&self) -> SocketProxyBlocking<'p>
fn clone(&self) -> SocketProxyBlocking<'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 SocketProxyBlocking<'p>
impl<'p> Debug for SocketProxyBlocking<'p>
source§impl<'p> From<Proxy<'p>> for SocketProxyBlocking<'p>
impl<'p> From<Proxy<'p>> for SocketProxyBlocking<'p>
source§impl<'a> ProxyDefault for SocketProxyBlocking<'a>
impl<'a> ProxyDefault for SocketProxyBlocking<'a>
source§impl<'p> ProxyImpl<'p> for SocketProxyBlocking<'p>
impl<'p> ProxyImpl<'p> for SocketProxyBlocking<'p>
source§impl<'p> Serialize for SocketProxyBlocking<'p>
impl<'p> Serialize for SocketProxyBlocking<'p>
Auto Trait Implementations§
impl<'p> Freeze for SocketProxyBlocking<'p>
impl<'p> !RefUnwindSafe for SocketProxyBlocking<'p>
impl<'p> Send for SocketProxyBlocking<'p>
impl<'p> Sync for SocketProxyBlocking<'p>
impl<'p> Unpin for SocketProxyBlocking<'p>
impl<'p> !UnwindSafe for SocketProxyBlocking<'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> 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