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